From 078343fa8c3a0a5168f23af097134d2d71c19f5f Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 25 Nov 2022 15:27:22 +0000 Subject: [PATCH] Add alpine-release package --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0b893b8..d928e98 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..b332da6 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..88f9d70 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 \