From c186c4a362d31b6492b39a7a280162f8163ab412 Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Tue, 3 Dec 2024 21:26:55 +0800 Subject: [PATCH] dist/busybox ln -s /usr/local/static/3rd/bin/bash /bin/; \bash /xconf.sh --- distros/src/oth/Dockerfile._no-busybox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/src/oth/Dockerfile._no-busybox b/distros/src/oth/Dockerfile._no-busybox index c97b8c1..7d42f14 100644 --- a/distros/src/oth/Dockerfile._no-busybox +++ b/distros/src/oth/Dockerfile._no-busybox @@ -27,7 +27,7 @@ RUN \ COPY --from=rootfs /rootfs/res_ubt_share / COPY --from=rootfs /rootfs/files1 / COPY --from=rootfs /rootfs/files2 / -RUN \ +RUN ln -s /usr/local/static/3rd/bin/bash /bin/; \ bash /xconf.sh core; exit 0 EXPOSE 10089/tcp 10081/tcp 10022/tcp ENV \