diff --git a/Dockerfile b/Dockerfile index 0d64562..ead6ead 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \