Add /bin/dash as default command
This commit is contained in:
parent
f19733f80f
commit
56e7ba3565
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user