Skip to content

Commit 879bff8

Browse files
authored
remove vcpkg when builder success (#121)
1 parent 43edc91 commit 879bff8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-files/cpp/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ RUN cd WeDPR-Component/cpp \
3232
&& mkdir -p build && cd build \
3333
&& cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON \
3434
&& make -j8
35-
35+
36+
# remove the vcpkg
37+
RUN rm -rf /WeDPR-Component/cpp/vcpkg
38+
3639
FROM ubuntu:22.04 as wedpr-gateway-service
3740
3841

0 commit comments

Comments
 (0)