From cfb0e43605eefc23bee7e2583073ed8197d2fee3 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Wed, 14 Jan 2026 17:53:13 +0000 Subject: [PATCH] bahmcloud_store_installer/Dockerfile aktualisiert --- bahmcloud_store_installer/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bahmcloud_store_installer/Dockerfile b/bahmcloud_store_installer/Dockerfile index 1aecc05..96d11cf 100644 --- a/bahmcloud_store_installer/Dockerfile +++ b/bahmcloud_store_installer/Dockerfile @@ -1,4 +1,6 @@ -FROM alpine:3.20 +ARG BUILD_FROM +FROM $BUILD_FROM + RUN apk add --no-cache curl unzip COPY run.sh /run.sh RUN chmod +x /run.sh