Skip to content
Snippets Groups Projects
Verified Commit 9aaef88b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Allow installing Python packages system-wide in Docker again

parent 3d4cc9cb
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
Pipeline #115000 canceled
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment