We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb36cd commit 700257aCopy full SHA for 700257a
1 file changed
build-windows/Dockerfile
@@ -195,5 +195,11 @@ RUN cmake \
195
-DCMAKE_INSTALL_PREFIX=${YADOMS_DEPS}/protobuf
196
RUN cmake --build build -j$(nproc) --target install
197
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
+
204
205
#TODO merger les workflow github
0 commit comments