Add /bin/dash as default command

This commit is contained in:
Adeel Mujahid
2019-10-25 14:59:54 -04:00
committed by Toyam Cox
parent f19733f80f
commit 56e7ba3565
+2
View File
@@ -33,3 +33,5 @@ FROM scratch
COPY --from=stage1 /target /
RUN xbps-reconfigure -a && \
rm -r /var/cache/xbps
CMD ["/bin/sh"]