Add support for SSH git URLs
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user