Преглед изворни кода

Add /bin/dash as default command

Adeel Mujahid пре 5 година
родитељ
комит
56e7ba3565
1 измењених фајлова са 2 додато и 0 уклоњено
  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"]