Separate snakeoil install to avoid error in catalyst.
This commit is contained in:
parent
64dcedfd1a
commit
d23e167fd1
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user