Add missing dep.

This commit is contained in:
Alexis Lahouze 2018-11-25 19:18:55 +01:00
parent fe30f25169
commit 8dd03fc058
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM python:3.7-alpine
RUN apk add git
RUN apk add --no-cache --virtual .build-deps \
gcc \
gcc musl-dev \
&& pip install snakeoil \
&& apk del .build-deps