Still trying to get the submodule to clone
This commit is contained in:
parent
5b9ffb9315
commit
0c702e2625
1 changed files with 2 additions and 2 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Add table
Reference in a new issue