This commit is contained in:
Hans Karlinius
2024-11-26 08:27:30 +01:00
parent f7c0eca387
commit 8550f8c6c0
7 changed files with 25 additions and 5 deletions
+7 -1
View File
@@ -1,8 +1,14 @@
ARG BUILD_FROM
FROM $BUILD_FROM
# Install requirements for add-on
RUN \
apk add --no-cache \
python3
WORKDIR /data
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
#ARG BUILD_ARCH=amd64