Separate snakeoil install to avoid error in catalyst.
This commit is contained in:
+3
-2
@@ -2,8 +2,9 @@ FROM python:3.7-alpine
|
|||||||
|
|
||||||
RUN apk add git
|
RUN apk add git
|
||||||
|
|
||||||
RUN pip install snakeoil \
|
RUN pip install snakeoil
|
||||||
git+https://anongit.gentoo.org/git/proj/catalyst.git
|
|
||||||
|
RUN git+https://anongit.gentoo.org/git/proj/catalyst.git
|
||||||
|
|
||||||
# Override Stage3 preclean to add perl-cleaner invocation
|
# Override Stage3 preclean to add perl-cleaner invocation
|
||||||
COPY stage3-preclean-chroot.sh \
|
COPY stage3-preclean-chroot.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user