add git installed
Some checks failed
Build and Publish Docker Image / build (push) Failing after 35s

This commit is contained in:
2026-05-13 21:48:57 +00:00
parent 3f12dbccd0
commit 0620ec6abe

View File

@@ -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