From 618bf816c13a6b538548b7cb6ce2fc80ff05f631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20To=CC=88lke?= Date: Fri, 27 Nov 2020 09:13:53 +0100 Subject: [PATCH] saner ordering of operations in the test-Dockerfile --- test-in-docker/Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test-in-docker/Dockerfile b/test-in-docker/Dockerfile index 782a1d7..79aacb7 100644 --- a/test-in-docker/Dockerfile +++ b/test-in-docker/Dockerfile @@ -6,16 +6,12 @@ WORKDIR /src RUN git clone https://git.savannah.nongnu.org/git/lwip.git -RUN git clone https://github.com/toelke/lwip-ftpd.git - -COPY . lwip-ftpd - ADD http://elm-chan.org/fsw/ff/arc/ff14.zip . - RUN unzip -q ff14.zip -d ff - RUN sed -i -e 's/FF_FS_RPATH[ ]*0/FF_FS_RPATH 2/;s/FF_USE_MKFS[ ]*0/FF_USE_MKFS 1/;' ff/source/ffconf.h +COPY . lwip-ftpd + WORKDIR /build RUN cmake /src/lwip-ftpd/test-in-docker/src && make -j