Move DeComp dependency.

This commit is contained in:
Alexis Lahouze 2018-11-25 21:16:32 +01:00
parent 134523d2da
commit 2fa7b3e9b4
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ RUN apk add --no-cache --virtual .build-deps \
\
# Install deps
&& pip install snakeoil \
&& pip install git+https://github.com/dol-sen/pyDeComp \
\
# Clone catalyst repository
&& git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst \
@ -32,7 +33,8 @@ RUN apk add coreutils
COPY --from=base /usr/local/lib/python3.6/site-packages/snakeoil \
/usr/local/lib/python3.6/site-packages/
RUN pip install git+https://github.com/dol-sen/pyDeComp
COPY --from=base /usr/local/lib/python3.6/site-packages/DeComp \
/usr/local/lib/python3.6/site-packages/
COPY --from=base /usr/local/bin/shash /usr/local/bin/shash