Fix snakeoil installation.

This commit is contained in:
Alexis Lahouze 2018-11-25 19:00:21 +01:00
parent d23e167fd1
commit fe30f25169
1 changed files with 4 additions and 1 deletions

View File

@ -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