fix(hugo-adoc): run apk upgrade before installing packages
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 19s
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 19s
This commit is contained in:
parent
57db7cbbff
commit
70aa30aa5e
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue