diff --git a/Dockerfile b/Dockerfile index 0b893b86..94170a11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods RUN \ echo "**** install runtime packages ****" && \ apk add --no-cache \ + alpine-release \ bash \ ca-certificates \ coreutils \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4e22a226..d2d64732 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods RUN \ echo "**** install runtime packages ****" && \ apk add --no-cache \ + alpine-release \ bash \ ca-certificates \ coreutils \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index ad2f80c4..7d6c671c 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -75,6 +75,7 @@ S6_STAGE2_HOOK=/docker-mods RUN \ echo "**** install runtime packages ****" && \ apk add --no-cache \ + alpine-release \ bash \ ca-certificates \ coreutils \