Skip to content

Commit

Permalink
update vcpkg-cache dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 10, 2024
1 parent c94d949 commit 7d2ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/cpp/vcpkg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN git clone https://github.com/cyjseagull/WeDPR-Component --recursive --depth=
RUN mv /WeDPR-Component/cpp/vcpkg /

# remove the WeDPR-Component
RUN rm -rf /WeDPR-Component/
RUN rm -rf /WeDPR-Component/ && rm -rf /vcpkg/buildtrees/*/src && rm -rf /vcpkg/buildtrees/*/*-dbg

0 comments on commit 7d2ae78

Please sign in to comment.