update repo cache
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-19 13:30:10 +02:00
parent fad024b173
commit 80be57afe7
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ ADD overlay/ /
RUN apk --update add --virtual .build-deps curl && \
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 update && \
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 && \