Add alpine-release package
This commit is contained in:
parent
305e9a2c7e
commit
078343fa8c
|
|
@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods
|
|||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
alpine-release\
|
||||
bash \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods
|
|||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
alpine-release\
|
||||
bash \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods
|
|||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
alpine-release\
|
||||
bash \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
|
|
|
|||
Loading…
Reference in a new issue