From b21116304980ec526b650df2739e359a711c636f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 20:03:02 +0100 Subject: [PATCH] Fix dep. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \