add infos, clear cache

This commit is contained in:
ElevenNotes
2023-09-20 09:06:22 +02:00
parent b5fa136284
commit 03b3cd2a1d
2 changed files with 4 additions and 4 deletions

View File

@@ -7,12 +7,12 @@
# :: update image
RUN set -ex; \
apk --update --no-cache add \
apk --no-cache add \
curl \
tzdata \
shadow; \
apk update; \
apk upgrade;
apk --no-cache upgrade; \
apk cache clear;
# :: prepare image
RUN set -ex; \