Skip to content

Commit

Permalink
RUN rm -rf /rootfs/usr/local/xrdp /rootfs/usr/local/tigervnc
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 19, 2023
1 parent 3637c61 commit b87b86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b87b86a

Please sign in to comment.