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