ソースを参照

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