Still trying to get the submodule to clone

This commit is contained in:
Jeremy Karst 2025-04-04 21:08:07 -04:00
parent 5b9ffb9315
commit 0c702e2625

View file

@ -1,8 +1,8 @@
# Build stage # Build stage
FROM golang:1.21-alpine AS builder FROM golang:1.21-alpine AS builder
# Install Hugo and Git # Install Hugo, Git, and SSL certificates
RUN apk add --no-cache hugo git RUN apk add --no-cache hugo git ca-certificates
# Copy the repository contents # Copy the repository contents
COPY . . COPY . .