Skip to content

Commit

Permalink
RUN rm -rf /rootfs${STATIC}/xrdp
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 19, 2023
1 parent 132e7b0 commit 48f650f
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 @@ -197,6 +197,7 @@ RUN find /rootfs${STATIC} -type f |sort |wc

# CARE!! dirty clear;
# RUN rm -rf /rootfs${STATIC}/tigervnc
RUN rm -rf /rootfs${STATIC}/xrdp
# stages: 未用到的stage,会跳过构建
COPY --from=tiger ${STATIC} /rootfs${STATIC}
COPY --from=xrdp ${STATIC} /rootfs${STATIC}
Expand Down

0 comments on commit 48f650f

Please sign in to comment.