fix: repair beta Docker image

This commit is contained in:
Mohamed Boudra
2026-06-27 09:09:52 +00:00
parent 62bdb52eaa
commit ab3ed56513
6 changed files with 79 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ RUN set -eux; \
curl \
git \
gosu \
lbzip2 \
openssh-client \
tini; \
rm -rf /var/lib/apt/lists/*

View File

@@ -48,6 +48,7 @@ RUN set -eux; \
curl \
git \
gosu \
lbzip2 \
openssh-client \
tini; \
rm -rf /var/lib/apt/lists/*