This commit is contained in:
Alexis Lahouze 2018-11-25 20:03:02 +01:00
parent af04a28f6c
commit b211163049
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 a2x \
git make gcc musl-dev asciidoc \
# Install deps
&& pip install snakeoil \