1
0
Fork 0

fix(hugo-adoc): run apk upgrade before installing packages
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 19s

This commit is contained in:
Sergio Talens-Oliag 2025-03-18 14:41:44 +01:00
parent 57db7cbbff
commit 70aa30aa5e
Signed by: sto
GPG key ID: 821AEE0FD167FBDF

View file

@ -24,6 +24,7 @@ FROM asciidoctor/docker-asciidoctor:1.82
COPY --from=build /go/bin/hugo /usr/bin/hugo
RUN gem install --no-document asciidoctor-html5s &&\
apk update &&\
apk upgrade &&\
apk add --no-cache \
ca-certificates \
git \