From a3c33087b6f2b4413303710c0a825e34e12019d4 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 11 Sep 2020 16:32:31 +0530 Subject: only keeping the main plip folder --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 011df53..f7e1400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,10 @@ RUN apt-get update && apt-get install -y \ # Download PLIP source code WORKDIR /src -RUN git clone https://github.com/navanchauhan/plip /src/plip +RUN git clone https://github.com/navanchauhan/plip /src/source +RUN mv /src/source/plip /src/plip +RUN rm -r /src/source + # scripts WORKDIR /src @@ -33,8 +36,6 @@ RUN chmod +x /src/scripts/main.sh RUN python3 -m pip install untangle tabulate # execute tests -RUN ls /src -RUN ls /src/plip WORKDIR /src/plip/test RUN chmod +x run_all_tests.sh RUN ./run_all_tests.sh -- cgit v1.2.3