Merge pull request #162 from linuxserver/alpine-release

This commit is contained in:
Adam 2022-11-25 17:10:21 +00:00 committed by GitHub
commit ad924e72a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
alpine-release \
bash \ bash \
ca-certificates \ ca-certificates \
coreutils \ coreutils \

View file

@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
alpine-release \
bash \ bash \
ca-certificates \ ca-certificates \
coreutils \ coreutils \

View file

@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
alpine-release \
bash \ bash \
ca-certificates \ ca-certificates \
coreutils \ coreutils \