From 6838381b0dc5ef0f3f665b186d6441c6f1b42b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 21 Oct 2020 15:27:39 +0200 Subject: [PATCH] removed libimlib2 & libimlib2-dev --- containers/zammad/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/zammad/setup.sh b/containers/zammad/setup.sh index 822b8d8..50cc01a 100755 --- a/containers/zammad/setup.sh +++ b/containers/zammad/setup.sh @@ -3,9 +3,9 @@ set -e # install dependencies if [ "$1" = 'install' ]; then - PACKAGES="build-essential curl git libimlib2-dev libpq-dev" + PACKAGES="build-essential curl git libpq-dev" elif [ "$1" = 'run' ]; then - PACKAGES="curl libimlib2 libpq5 nginx rsync" + PACKAGES="curl libpq5 nginx rsync" fi apt-get update