nor any headers
This commit is contained in:
parent
e863a582d7
commit
76fbb1cfd5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:alpine
|
||||||
ADD requirements.txt /
|
ADD requirements.txt /
|
||||||
ADD hugo-encryptor.py /
|
ADD hugo-encryptor.py /
|
||||||
|
|
||||||
RUN apk add --update libxslt-dev libxml2-dev gcc && \
|
RUN apk add --update libxslt-dev libxml2-dev gcc musl-dev && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r /requirements.txt
|
RUN pip install --no-cache-dir -r /requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue