Skip to content

Commit

Permalink
cpl: dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Sep 25, 2024
1 parent 7cf1c65 commit 82ed559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ WORKDIR ${STATIC}
# find |while read one; do md5sum..; echo "$md5|$one" > list-$rq-f.txt; done
RUN \
# clear old
rm -rf /rootfs${STATIC}/misc
rm -rf /rootfs${STATIC}/misc; \
\
find /rootfs${STATIC} -type f |sort |wc

Expand Down

0 comments on commit 82ed559

Please sign in to comment.