switch to use 'chromium@edge'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-09-19 13:16:38 +02:00
parent d9f14f5cae
commit fad024b173
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,2 @@
- INTERNAL
- publish to quay.io besides dockerhub
- BUGFIX
- use `chromium@edge` to fix error messages on localhost

View File

@ -18,7 +18,9 @@ ENV LHCI_VERSION="${BUILD_VERSION:-latest}" \
ADD overlay/ /
RUN apk --update add --virtual .build-deps curl && \
apk add --update --no-cache git chromium jq && \
echo @edge http://dl-cdn.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories && \
echo @edge http://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && \
apk add --update --no-cache git chromium@edge jq && \
curl -SsL -o /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 && \
chmod 755 /usr/local/bin/yq && \
LHCI_VERSION="${LHCI_VERSION##v}" && \