Add support for SSH git URLs

This commit is contained in:
2023-08-31 19:00:16 +02:00
parent 11edf32c68
commit 30fe61c9c0
4 changed files with 20 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
FROM nginx:mainline-alpine
# Install hugo
RUN apk add hugo git
RUN apk add hugo git openssh bash
# Copy over auxiliary scripts
COPY aux/* /docker-entrypoint.d/
COPY aux /aux
COPY init/* /docker-entrypoint.d/