Install missing system packages

This commit is contained in:
flow.gunso
2019-03-25 11:48:19 +01:00
parent a91cb77557
commit 23c0d4a740

View File

@@ -3,6 +3,9 @@
# Based upon https://gist.github.com/jlhawn/8f218e7c0b14c941c41f # Based upon https://gist.github.com/jlhawn/8f218e7c0b14c941c41f
# and https://github.com/moikot/golang-dep/blob/master/.travis/push.sh # and https://github.com/moikot/golang-dep/blob/master/.travis/push.sh
# Install required system packages.
apk add curl jq
# Get a token from hub.docker.com with the owner credentials. # Get a token from hub.docker.com with the owner credentials.
token=$(curl -s \ token=$(curl -s \
-X POST \ -X POST \