From d23e167fd1befcb2b690be23b781943f84228e10 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 18:51:20 +0100 Subject: [PATCH] Separate snakeoil install to avoid error in catalyst. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 049550b..a44dddf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \