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

View File

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