Added presencia deploy

This commit is contained in:
2021-11-27 13:59:40 +01:00
parent 8825c20a5c
commit 250e84d68e
4 changed files with 20 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM klakegg/hugo:alpine-ci
# Install git and ssh
RUN apk add --no-cache git openssh rsync
RUN apk add --no-cache git openssh rsync jq curl
# Install python/pip
ENV PYTHONUNBUFFERED=1