Fix dep.
This commit is contained in:
parent
af04a28f6c
commit
b211163049
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.7-alpine
|
FROM python:3.7-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
git make gcc musl-dev a2x \
|
git make gcc musl-dev asciidoc \
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
&& pip install snakeoil \
|
&& pip install snakeoil \
|
||||||
|
Loading…
Reference in New Issue
Block a user