remove lib

This commit is contained in:
André Bauer 2019-02-15 17:10:10 +01:00
parent ed29aaa96c
commit 6360315d62

View File

@ -5,7 +5,7 @@ set -e
if [ "$1" = 'install' ]; then
PACKAGES="build-essential curl git libimlib2-dev libpq-dev"
elif [ "$1" = 'run' ]; then
PACKAGES="curl libimlib2 libimlib2-dev libpq5 nginx rsync"
PACKAGES="curl libimlib2 libpq5 nginx rsync"
fi
apt-get update