From 9aaef88b7f17db147c61aebdef6f6c37494e853c Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 27 Feb 2023 11:45:02 +0100 Subject: [PATCH] Allow installing Python packages system-wide in Docker again --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c9965180c..2134ae811 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab