Commit d9534ac3 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add git and ca-certs

parent 02457c16
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
FROM alpine:3.22

# update and install hugo
RUN apk add --no-cache hugo && rm -rf /var/cache/apk/*
RUN apk add --no-cache git ca-certificates hugo && rm -rf /var/cache/apk/*