Fix install command.

This commit is contained in:
Alexis Lahouze 2018-11-25 19:21:12 +01:00
parent 8dd03fc058
commit 6bcd72fbb9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& pip install snakeoil \
&& apk del .build-deps
RUN git+https://anongit.gentoo.org/git/proj/catalyst.git
RUN pip install git+https://anongit.gentoo.org/git/proj/catalyst.git
# Override Stage3 preclean to add perl-cleaner invocation
COPY stage3-preclean-chroot.sh \