We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca06041 commit a507339Copy full SHA for a507339
1 file changed
Dockerfile
@@ -29,6 +29,8 @@ RUN <<EOS
29
rm /rootfs/var/lib/pacman/sync/* 2>/dev/null || true
30
sed 's/DownloadUser/#DownloadUser/g' -i "/etc/pacman.conf" 2>/dev/null || true
31
EOS
32
+
33
+CMD ["/usr/bin/bash"]
34
#------------------------------------------------------------------------------------#
35
36
0 commit comments