1
0
Fork 0

Add missing deps

This commit is contained in:
Carlos Mogas da Silva 2021-05-23 01:09:26 +01:00
parent 22966927e8
commit 52b54203c9

View file

@ -3,4 +3,7 @@ FROM python:alpine
ADD requirements.txt /
ADD hugo-encryptor.py /
RUN apk add --update libxslt libxml2 libxml2-dev && \
rm -rf /var/cache/apk/*
RUN pip install --no-cache-dir -r /requirements.txt