Separate snakeoil install to avoid error in catalyst.

This commit is contained in:
Alexis Lahouze 2018-11-25 18:51:20 +01:00
parent 64dcedfd1a
commit d23e167fd1
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@ FROM python:3.7-alpine
RUN apk add git
RUN pip install snakeoil \
git+https://anongit.gentoo.org/git/proj/catalyst.git
RUN pip install snakeoil
RUN git+https://anongit.gentoo.org/git/proj/catalyst.git
# Override Stage3 preclean to add perl-cleaner invocation
COPY stage3-preclean-chroot.sh \