Move DeComp dependency.
This commit is contained in:
parent
134523d2da
commit
2fa7b3e9b4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user