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"
RUN set -x && \
apk update && \
apk add --no-cache --upgrade \
apt-get update && \
apt-get install --upgrade \
bash \
ca-certificates \
gcc \

View File

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