Skip to content

Commit

Permalink
compile: RUN rm -rf /rootfs/bin /rootfs/sbin;
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 19, 2023
1 parent efdf644 commit 3637c61
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 @@ -209,6 +209,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/usr/bin /rootfs/usr/sbin; mkdir -p /rootfs/usr/bin /rootfs/usr/sbin; \
\
# clear-xrdp;
Expand Down

0 comments on commit 3637c61

Please sign in to comment.