add git installed
Some checks failed
Build and Publish Docker Image / build (push) Failing after 35s
Some checks failed
Build and Publish Docker Image / build (push) Failing after 35s
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FROM alpine:latest AS build
|
FROM alpine:latest AS build
|
||||||
|
|
||||||
# Install the Hugo go app.
|
# Install the Hugo go app.
|
||||||
RUN apk add --update hugo
|
RUN apk add --update hugo git
|
||||||
|
|
||||||
WORKDIR /opt/HugoApp
|
WORKDIR /opt/HugoApp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user