mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-12-21 09:49:29 -06:00
[fix] system packages
This commit is contained in:
@@ -54,8 +54,8 @@ ARG APP_SUFFIX=""
|
||||
cd /opt/py-kms; \
|
||||
echo "${APP_VERSION}" > VERSION; \
|
||||
echo "master" >> VERSION; \
|
||||
pip3 install --no-cache-dir -r /opt/py-kms/requirements.gui.txt; \
|
||||
pip3 list -o | cut -f1 -d' ' | tr " " "\n" | awk '{if(NR>=3)print}' | cut -d' ' -f1 | xargs -n1 pip3 install --no-cache-dir -U; \
|
||||
pip3 install --no-cache-dir --break-system-packages -r /opt/py-kms/requirements.gui.txt; \
|
||||
pip3 list -o | cut -f1 -d' ' | tr " " "\n" | awk '{if(NR>=3)print}' | cut -d' ' -f1 | xargs -n1 pip3 install --no-cache-dir --break-system-packages -U; \
|
||||
apk del --no-network .build;
|
||||
|
||||
# :: copy filesystem changes
|
||||
|
||||
Reference in New Issue
Block a user