From 21f4a6c54ee465b00681e9a03c08e9fd5cc76536 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 8 Dec 2022 18:39:33 +0100 Subject: [PATCH] [Skip-CI] Install imagemagick with image --- infrastructure/c4k-website-build/image/resources/functions.sh | 1 + infrastructure/c4k-website-build/image/resources/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/c4k-website-build/image/resources/functions.sh b/infrastructure/c4k-website-build/image/resources/functions.sh index 844edc9..b899770 100644 --- a/infrastructure/c4k-website-build/image/resources/functions.sh +++ b/infrastructure/c4k-website-build/image/resources/functions.sh @@ -1,4 +1,5 @@ #!/bin/bash +# curl -s -H "Authorization: token xxxx" https://repo.prod.meissa.de/api/v1/repos/meissa-intern/meissa-io/git/commits/HEAD | jq '.sha' function get-website-data() { curl -H "Authorization: token $AUTHTOKEN" -o $SOURCEDIR/$1 $GITREPOURL diff --git a/infrastructure/c4k-website-build/image/resources/install.sh b/infrastructure/c4k-website-build/image/resources/install.sh index 9137061..d5f53f6 100755 --- a/infrastructure/c4k-website-build/image/resources/install.sh +++ b/infrastructure/c4k-website-build/image/resources/install.sh @@ -2,7 +2,7 @@ apt update > /dev/null; -apt install -y unzip rsync +apt install -y unzip rsync imagemagick mkdir /etc/lein/