Add pyDeComp dep.

This commit is contained in:
Alexis Lahouze 2018-11-25 20:15:29 +01:00
parent f9fd6b22ae
commit d32f270b60
1 changed files with 1 additions and 0 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 \