Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1183
Release 3.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 3.0
release-3.0
into
master
Overview
2
Commits
133
Pipelines
63
Changes
1
Merged
Nik | Klampfradler
requested to merge
release-3.0
into
master
2 years ago
Overview
2
Commits
133
Pipelines
63
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9aaef88b
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
9aaef88b
Allow installing Python packages system-wide in Docker again
· 9aaef88b
Nik | Klampfradler
authored
2 years ago
Dockerfile
+
1
−
0
Options
@@ -64,6 +64,7 @@ RUN set -e; \
${
ALEKSIS_static__root
}
\
${
ALEKSIS_media__root
}
\
${
ALEKSIS_backup__location
}
;
\
dpkg-divert
--rename
--add
/usr/lib/
$(
py3versions
-d
)
/EXTERNALLY-MANAGED
;
\
eatmydata pip
install
AlekSIS-Core
\[
$EXTRAS
\]
$APP_VERSION
# Define entrypoint, volumes and uWSGI running on port 8000
Loading