This commit is contained in:
Hans Karlinius
2024-11-24 19:55:08 +01:00
parent f6de9a025c
commit 9c541d3695
2 changed files with 7 additions and 7 deletions

View File

@@ -13,12 +13,12 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
ARG BUILD_ARCH=amd64
RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
crudini
#ARG BUILD_ARCH=amd64
#RUN \
# apt-get update \
# \
# && apt-get install -y --no-install-recommends \
# crudini
# Copy root filesystem
COPY rootfs /