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 ba8dfa2 commit 627a1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +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
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 All @@ -210,7 +210,7 @@ COPY --from=openbox ${STATIC} /rootfs${STATIC}
COPY --from=suckless ${STATIC} /rootfs${STATIC}

# clear lib,share/man; create links: (ubt/deb: bin> /usr/bin)
RUN rm -rf /rootfs/bin /rootfs/sbin;
# RUN rm -rf /rootfs/bin /rootfs/sbin;
RUN rm -rf /rootfs/usr/bin /rootfs/usr/sbin; mkdir -p /rootfs/usr/bin /rootfs/usr/sbin; \
\
# clear-xrdp;
Expand Down

0 comments on commit 627a1f5

Please sign in to comment.