Skip to content

Commit 80107a5

Browse files
authored
fix
1 parent 9eae037 commit 80107a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7070
CMD ["/usr/bin/bash"]
71-
#------------------------------------------------------------------------------------#
71+
#------------------------------------------------------------------------------------#

0 commit comments

Comments
 (0)