diff --git a/Dockerfile b/Dockerfile index 0895b63..0008a0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest AS build # Install the Hugo go app. -RUN apk add --update hugo +RUN apk add --update hugo git WORKDIR /opt/HugoApp