Fix install command.
This commit is contained in:
parent
8dd03fc058
commit
6bcd72fbb9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user