fix: add gcompat to the alpine image to fix libc
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
79c3abf6cc
commit
ca099b6560
@ -17,7 +17,7 @@ ENV HUGO_ENV=production
|
||||
COPY overlay/ /
|
||||
|
||||
RUN apk add --update --no-cache --virtual .build-deps tar curl && \
|
||||
apk add --update --no-cache libc6-compat libstdc++ busybox-suid bash bash-completion git tzdata make asciidoctor && \
|
||||
apk add --update --no-cache gcompat libc6-compat libstdc++ busybox-suid bash bash-completion git tzdata make asciidoctor && \
|
||||
echo "Installing hugo version '${HUGO_VERSION##v}' ..." && \
|
||||
curl -SsfL "https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION##v}_Linux-64bit.tar.gz" | \
|
||||
tar xz -C /usr/local/bin hugo && \
|
||||
|
Loading…
Reference in New Issue
Block a user