foce-update libgnutls30
ci/woodpecker/pr/build-package Pipeline was successful Details
ci/woodpecker/pr/build-container Pipeline failed Details
ci/woodpecker/pr/docs unknown status Details

This commit is contained in:
Robert Kaussow 2024-02-15 10:46:25 +01:00
parent 9ce567bd4c
commit bcdf108fad
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y git curl wget gnupg jq bash bc && \
chmod 755 /usr/local/bin/yq && \
wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | tee "/etc/apt/sources.list.d/google.list" && \
apt-get update && apt-get install --no-install-recommends -y google-chrome-stable && \
apt-get update && apt-get install --no-install-recommends -y google-chrome-stable libgnutls30 && \
LHCI_VERSION="${LHCI_VERSION##v}" && \
echo "Installing lhci version '$LHCI_VERSION' ..." && \
npm install -g @lhci/cli@"$LHCI_VERSION"; \