From 23c0d4a7406c4140bbd0415cdf59e55f8baf66b7 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 25 Mar 2019 11:48:19 +0100 Subject: [PATCH] Install missing system packages --- utils/publish/update-docker-hub-full-description.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/publish/update-docker-hub-full-description.sh b/utils/publish/update-docker-hub-full-description.sh index 32bd90c..f7370e5 100644 --- a/utils/publish/update-docker-hub-full-description.sh +++ b/utils/publish/update-docker-hub-full-description.sh @@ -3,6 +3,9 @@ # Based upon https://gist.github.com/jlhawn/8f218e7c0b14c941c41f # 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. token=$(curl -s \ -X POST \