From 9ce55c8c05c22d365a236715a20889f48e49d590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 21 Oct 2020 15:29:50 +0200 Subject: [PATCH] Update setup.sh --- containers/zammad/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/zammad/setup.sh b/containers/zammad/setup.sh index 50cc01a..fd2749b 100755 --- a/containers/zammad/setup.sh +++ b/containers/zammad/setup.sh @@ -5,7 +5,7 @@ set -e if [ "$1" = 'install' ]; then PACKAGES="build-essential curl git libpq-dev" elif [ "$1" = 'run' ]; then - PACKAGES="curl libpq5 nginx rsync" + PACKAGES="curl libimlib2 libpq5 nginx rsync" fi apt-get update