From eec8d0aa381c72ad707562a0acadd1fe60f57d56 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 14 Jan 2020 21:47:05 +0100 Subject: [PATCH] Install the curl package to trigger an update on MicroBadger --- .utilities/publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.utilities/publish.sh b/.utilities/publish.sh index d9e4bac..4cfc8f7 100644 --- a/.utilities/publish.sh +++ b/.utilities/publish.sh @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +apk add curl + SCRIPT_DIRECTORY=$(dirname ${BASH_SOURCE[0]}) source $SCRIPT_DIRECTORY/utilities.sh load_images_artifacts