This commit is contained in:
parent
d9f14f5cae
commit
fad024b173
@ -1,2 +1,2 @@
|
||||
- INTERNAL
|
||||
- publish to quay.io besides dockerhub
|
||||
- BUGFIX
|
||||
- use `chromium@edge` to fix error messages on localhost
|
||||
|
@ -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}" && \
|
||||
|
Loading…
Reference in New Issue
Block a user