added missing libs
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2023-02-14 01:20:25 +01:00
parent aadbde3a34
commit 66f3383cc5
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:edge
ARG HUGO_VERSION=0.110.0
RUN \
apk -U add wget && \
apk -U add wget libgcc libstdc++ && \
wget -O - "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz" | tar xvzf - -C /usr/bin
ENTRYPOINT [ "/usr/bin/hugo" ]