Revert "apt-get instead of apk"

This reverts commit 4844f3c8bc.
This commit is contained in:
MrTyton 2022-03-25 23:31:02 -04:00
parent 4844f3c8bc
commit dc6dfb6c2c
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ ENV PUID="911" \
GUIAUTOSTART="false" GUIAUTOSTART="false"
RUN set -x && \ RUN set -x && \
apt-get update && \ apk update && \
apt-get install --upgrade \ apk add --no-cache --upgrade \
bash \ bash \
ca-certificates \ ca-certificates \
gcc \ gcc \

View File

@ -1 +1 @@
2022.03.25-28 2022.03.25-27