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