Skip to content

Commit

Permalink
RUN rm -rf ${STATIC}; ln -s /rootfs${STATIC} ${STATIC}
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent f53ce1d commit df1b729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ WORKDIR ${STATIC}
# COPY --link --from=noVNC /opt/noVNC /opt/noVNC


RUN ln -s /rootfs${STATIC} ${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
COPY --from=tiger ${STATIC} /rootfs${STATIC}
Expand Down

0 comments on commit df1b729

Please sign in to comment.