Skip to content

Commit

Permalink
RUN rm -rf /rootfs${STATIC}
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent df1b729 commit 0470bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ WORKDIR ${STATIC}
RUN rm -rf ${STATIC}; ln -s /rootfs${STATIC} ${STATIC}
# find |while read one; do md5sum..; echo "$md5|$one" > list-$rq-f.txt; done
RUN find /rootfs${STATIC} -type f |sort |wc

# dirty clear;
RUN rm -rf /rootfs${STATIC}
COPY --from=tiger ${STATIC} /rootfs${STATIC}

RUN find /rootfs${STATIC} -type f |sort |wc
Expand Down

0 comments on commit 0470bf1

Please sign in to comment.