update es (#126)

* remove lib

* Update Dockerfile
This commit is contained in:
André Bauer 2020-02-18 21:01:11 +01:00 committed by GitHub
parent 789eb2cc4b
commit a35b4fa29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.14 FROM docker.elastic.co/elasticsearch/elasticsearch:7.6.0
MAINTAINER Zammad <info@zammad.org> MAINTAINER Zammad <info@zammad.org>
ARG BUILD_DATE ARG BUILD_DATE

View File

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