浏览代码

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 /
 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"]