Add missing dep.

This commit is contained in:
Alexis Lahouze 2018-11-25 20:01:03 +01:00
parent f6da3c6a2d
commit af04a28f6c
1 changed files with 1 additions and 1 deletions

View File

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