From 8e88493fb86532a7c4c3936c946ee4e7357ba6cb Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 19 Oct 2016 01:33:18 -0400 Subject: [PATCH] fix continuous integration --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 408766244..54ec74dc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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