From b87b86a17fffca78947aced1c0ad07e22da4374b Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Mon, 20 Nov 2023 01:37:42 +0800 Subject: [PATCH] RUN rm -rf /rootfs/usr/local/xrdp /rootfs/usr/local/tigervnc --- compile/build-alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/compile/build-alpine/Dockerfile b/compile/build-alpine/Dockerfile index b56071db..0a048239 100644 --- a/compile/build-alpine/Dockerfile +++ b/compile/build-alpine/Dockerfile @@ -200,6 +200,7 @@ RUN find /rootfs${STATIC} -type f |sort |wc # CARE!! dirty clear; # RUN rm -rf /rootfs${STATIC}/tigervnc # RUN rm -rf /rootfs${STATIC}/xrdp +RUN rm -rf /rootfs/usr/local/xrdp /rootfs/usr/local/tigervnc # stages: 未用到的stage,会跳过构建 COPY --from=tiger ${STATIC} /rootfs${STATIC} COPY --from=xrdp ${STATIC} /rootfs${STATIC}