Fix snakeoil installation.
This commit is contained in:
parent
d23e167fd1
commit
fe30f25169
@ -2,7 +2,10 @@ FROM python:3.7-alpine
|
||||
|
||||
RUN apk add git
|
||||
|
||||
RUN pip install snakeoil
|
||||
RUN apk add --no-cache --virtual .build-deps \
|
||||
gcc \
|
||||
&& pip install snakeoil \
|
||||
&& apk del .build-deps
|
||||
|
||||
RUN git+https://anongit.gentoo.org/git/proj/catalyst.git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user