File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY /rootfs/${TARGETARCH}${TARGETVARIANT} /rootfs
1717
1818# ------------------------------------------------------------------------------------#
1919# #Install the base packages
20- RUN cat /etc/bootstrap-packages.txt | xargs pacstrap-docker /rootfs 2>/dev/null
20+ RUN cat /etc/bootstrap-packages.txt | xargs pacstrap-docker /rootfs 2>/dev/null || true
2121# ------------------------------------------------------------------------------------#
2222
2323# ------------------------------------------------------------------------------------#
@@ -68,4 +68,4 @@ ENV LC_ALL="en_US.UTF-8"
6868# ------------------------------------------------------------------------------------#
6969# Entrypoint
7070CMD ["/usr/bin/bash" ]
71- # ------------------------------------------------------------------------------------#
71+ # ------------------------------------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments