Add /bin/dash as default command

This commit is contained in:
Adeel Mujahid 2019-09-13 12:44:27 +03:00 committed by Toyam Cox
parent f19733f80f
commit 56e7ba3565

View File

@ -33,3 +33,5 @@ FROM scratch
COPY --from=stage1 /target / COPY --from=stage1 /target /
RUN xbps-reconfigure -a && \ RUN xbps-reconfigure -a && \
rm -r /var/cache/xbps rm -r /var/cache/xbps
CMD ["/bin/sh"]