Skip to content

Commit

Permalink
cpl: dockerfile>> # clear old
Browse files Browse the repository at this point in the history
  rm -rf /rootfs${STATIC}/misc
  • Loading branch information
sam#gemmi-win10 committed Sep 25, 2024
1 parent 4d9f36a commit 7cf1c65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compile/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,11 @@ WORKDIR ${STATIC}

# view01
# find |while read one; do md5sum..; echo "$md5|$one" > list-$rq-f.txt; done
RUN find /rootfs${STATIC} -type f |sort |wc
RUN \
# clear old
rm -rf /rootfs${STATIC}/misc
\
find /rootfs${STATIC} -type f |sort |wc

# CARE!! dirty clear;
# RUN rm -rf /rootfs${STATIC}/tigervnc
Expand Down

0 comments on commit 7cf1c65

Please sign in to comment.