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}