change to adityatelange's hugo_enc
This commit is contained in:
parent
76fbb1cfd5
commit
b17e1774b2
7 changed files with 262 additions and 167 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM python:alpine
|
||||
|
||||
ADD requirements.txt /
|
||||
ADD hugo-encryptor.py /
|
||||
COPY setup.py /
|
||||
COPY hugo-enc /
|
||||
|
||||
RUN apk add --update libxslt-dev libxml2-dev gcc musl-dev && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
RUN pip install --no-cache-dir -r /requirements.txt
|
||||
RUN pip install --no-cache-dir -r .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue