This commit is contained in:
ElevenNotes
2025-02-07 07:36:53 +01:00
parent 08eb107dbe
commit 6896f7af81

View File

@@ -68,10 +68,8 @@
touch /var/log/kms.log; \ touch /var/log/kms.log; \
ln -sf /dev/stdout /var/log/kms.log; \ ln -sf /dev/stdout /var/log/kms.log; \
pip3 install --no-cache-dir --break-system-packages \ pip3 install --no-cache-dir --break-system-packages \
peewee \
tzlocal \ tzlocal \
pytz \ pytz; \
pysqlite3; \
apk del --no-network .build; apk del --no-network .build;
# :: copy filesystem changes and set correct permissions # :: copy filesystem changes and set correct permissions