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