diff --git a/Dockerfile b/Dockerfile index a651a67..95e58c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Build stage FROM golang:1.21-alpine AS builder -# Install Hugo and Git -RUN apk add --no-cache hugo git +# Install Hugo, Git, and SSL certificates +RUN apk add --no-cache hugo git ca-certificates # Copy the repository contents COPY . .