This commit is contained in:
Hans Karlinius
2024-11-24 19:51:06 +01:00
parent c6bdb838bd
commit f6de9a025c
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ ENV \
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
ARG BUILD_ARCH=amd64
RUN \
apt-get update \
\