Skip to content

Commit 700257a

Browse files
committed
Cleanup
1 parent bdb36cd commit 700257a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build-windows/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,11 @@ RUN cmake \
195195
-DCMAKE_INSTALL_PREFIX=${YADOMS_DEPS}/protobuf
196196
RUN cmake --build build -j$(nproc) --target install
197197

198+
# Cleanup
199+
WORKDIR ${WORK_DIR}
200+
RUN rm -Rf protobuf-${protobuf_version} \
201+
&& rm -Rf protobuf-${protobuf_version}-host \
202+
&& rm protobuf-cpp-${protobuf_version}.tar.gz
203+
198204

199205
#TODO merger les workflow github

0 commit comments

Comments
 (0)