From 0c702e26256fffce0fae04ad5fe53bd5abb3db59 Mon Sep 17 00:00:00 2001 From: Jeremy Karst Date: Fri, 4 Apr 2025 21:08:07 -0400 Subject: [PATCH] Still trying to get the submodule to clone --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 . .