removed libimlib2 & libimlib2-dev

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

View File

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