diff --git a/Dockerfile b/Dockerfile index 9b30db8..ddf370e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.6-alpine RUN apk add --no-cache --virtual .build-deps \ git make gcc musl-dev asciidoc \