diff --git a/Dockerfile b/Dockerfile index 0b893b8..94170a1 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 4e22a22..d2d6473 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 ad2f80c..7d6c671 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 \