Explorar o código

Add /bin/dash as default command

Adeel Mujahid %!s(int64=5) %!d(string=hai) anos
pai
achega
56e7ba3565
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

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