added missing libs
This commit is contained in:
parent
aadbde3a34
commit
66f3383cc5
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user