From 63347c305ce7d4ff26a04517a356089696fb61c8 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 11 Sep 2020 16:46:41 +0530 Subject: fix #53456345345 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4e0227..26359ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,10 +25,11 @@ RUN apt-get update && apt-get install -y \ # Download PLIP source code WORKDIR /src RUN git clone https://github.com/navanchauhan/plip /src/source +WORKDIR /src/source +RUN python3 setup.py install RUN mv /src/source/plip /src/plip RUN rm -r /src/source WORKDIR /src/plip -RUN python3 setup.py install # scripts -- cgit v1.2.3