From 1b81fc927668f58c2960d4b2162c717ed92a03f5 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Wed, 14 Jan 2026 17:38:24 +0000 Subject: [PATCH] =?UTF-8?q?bahmcloud=5Fstore=5Finstaller/Dockerfile=20hinz?= =?UTF-8?q?ugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bahmcloud_store_installer/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bahmcloud_store_installer/Dockerfile diff --git a/bahmcloud_store_installer/Dockerfile b/bahmcloud_store_installer/Dockerfile new file mode 100644 index 0000000..1aecc05 --- /dev/null +++ b/bahmcloud_store_installer/Dockerfile @@ -0,0 +1,5 @@ +FROM alpine:3.20 +RUN apk add --no-cache curl unzip +COPY run.sh /run.sh +RUN chmod +x /run.sh +CMD ["/run.sh"]