1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix continuous integration

This commit is contained in:
Steffen Vogel 2016-10-19 01:33:18 -04:00
parent bb50cc843e
commit 8e88493fb8

View file

@ -82,7 +82,7 @@ COPY thirdparty/libwebsockets /tmp/libwebsockets
RUN mkdir -p /tmp/libwebsockets/build && cd /tmp/libwebsockets/build && cmake .. && make install
# Cleanup intermediate files from builds
RUN rm -rf /tmp
RUN rm -rf /tmp/*
WORKDIR /villas