test
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user