apt-get instead of apk

This commit is contained in:
MrTyton 2022-03-25 23:29:16 -04:00
parent 815ca55d1f
commit 4844f3c8bc
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 && \
apk update && \ apt-get update && \
apk add --no-cache --upgrade \ apt-get install --upgrade \
bash \ bash \
ca-certificates \ ca-certificates \
gcc \ gcc \

View File

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