This commit is contained in:
2023-08-25 02:17:43 +02:00
parent c564539197
commit 78d3b1bb49
2 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ RUN set -eux; \
apt-get update; \
apt-get install -qy --no-install-recommends \
tar \
tzdata \
; \
update-ca-certificates; \
\