removed libimlib2 & libimlib2-dev
This commit is contained in:
parent
7d15c4909a
commit
6838381b0d
@ -3,9 +3,9 @@ set -e
|
|||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
if [ "$1" = 'install' ]; then
|
if [ "$1" = 'install' ]; then
|
||||||
PACKAGES="build-essential curl git libimlib2-dev libpq-dev"
|
PACKAGES="build-essential curl git libpq-dev"
|
||||||
elif [ "$1" = 'run' ]; then
|
elif [ "$1" = 'run' ]; then
|
||||||
PACKAGES="curl libimlib2 libpq5 nginx rsync"
|
PACKAGES="curl libpq5 nginx rsync"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user