Fix CI build by adding edge/community repository

This commit is contained in:
Ethan P 2020-01-21 10:11:33 -08:00
parent e0b9819859
commit dcb1a7e54c
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -13,7 +13,9 @@ commands:
steps: steps:
- run: - run:
name: "APK: Add repository." name: "APK: Add repository."
command: printf "\n%s\n" "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories command: |
printf "\n%s\n" "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
printf "\n%s\n" "http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
- run: - run:
name: "APK: Update cache." name: "APK: Update cache."
command: apk update command: apk update