Fix build.

This commit is contained in:
Alexis Lahouze 2018-11-26 00:29:16 +01:00
parent 10bab46b1c
commit 4ad70060e3
1 changed files with 1 additions and 1 deletions

View File

@ -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