[GH-678] Add no-cache option to apk installation. (#679)

pull/682/head
Ben van B 3 years ago committed by GitHub
parent 2114fc6e7c
commit 79f82164ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
sh -c "echo 'https://gitsecret.jfrog.io/artifactory/git-secret-apk/all/main'" >> /etc/apk/repositories
wget -O /etc/apk/keys/git-secret-apk.rsa.pub 'https://gitsecret.jfrog.io/artifactory/api/security/keypair/public/repositories/git-secret-apk'
apk update && apk add git-secret
apk add --update --no-cache git-secret
# Testing, that it worked:
git secret --version

Loading…
Cancel
Save