fix: force-update libs
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-05-12 12:46:15 +02:00
parent 380a0d09da
commit 09d3fefc8e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -22,7 +22,7 @@ ENV LHCI_BASE_DIR=/drone/src \
ADD overlay/ /
RUN apt-get update && apt-get install -y git curl wget gnupg jq bash bc && \
RUN apt-get update && apt-get install -y git curl wget gnupg jq bash bc libc-bin libc6 && \
curl -SsfL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \
chmod 755 /usr/local/bin/yq && \
wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \