From 4ad70060e379c45828f8bea3c35b815b2f1159a8 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Mon, 26 Nov 2018 00:29:16 +0100 Subject: [PATCH] Fix build. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fb7550..1479a4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN git clone https://github.com/dol-sen/pyDeComp pydecomp WORKDIR pydecomp RUN python -m setup bdist -#RUN python -m setup install +RUN python -m setup install WORKDIR / # Clone catalyst repository