1
0
Fork 0
docker-hugo-encryptor/Dockerfile

7 lines
120 B
Text
Raw Normal View History

2021-05-23 00:04:57 +00:00
FROM python:alpine
ADD requirements.txt /
ADD hugo-encryptor.py /
RUN pip install --no-cache-dir -r /requirements.txt