Skip to content

Commit

Permalink
remove vcpkg when builder success (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Dec 12, 2024
1 parent 43edc91 commit 879bff8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-files/cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ RUN cd WeDPR-Component/cpp \
&& mkdir -p build && cd build \
&& cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON \
&& make -j8


# remove the vcpkg
RUN rm -rf /WeDPR-Component/cpp/vcpkg

FROM ubuntu:22.04 as wedpr-gateway-service
LABEL [email protected]

Expand Down

0 comments on commit 879bff8

Please sign in to comment.