Update setup.sh

This commit is contained in:
André Bauer 2020-10-21 15:29:50 +02:00 committed by GitHub
parent 6838381b0d
commit 9ce55c8c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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