Add alpine-release package

This commit is contained in:
TheSpad 2022-11-25 15:27:22 +00:00
parent 305e9a2c7e
commit 078343fa8c
No known key found for this signature in database
GPG key ID: 08F06191F4587860
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 \