We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789eb2c commit a35b4faCopy full SHA for a35b4fa
containers/zammad-elasticsearch/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.14
+FROM docker.elastic.co/elasticsearch/elasticsearch:7.6.0
2
MAINTAINER Zammad <[email protected]>
3
ARG BUILD_DATE
4
containers/zammad/setup.sh
@@ -5,7 +5,7 @@ set -e
5
if [ "$1" = 'install' ]; then
6
PACKAGES="build-essential curl git libimlib2-dev libpq-dev"
7
elif [ "$1" = 'run' ]; then
8
- PACKAGES="curl libimlib2 libimlib2-dev libpq5 nginx rsync"
+ PACKAGES="curl libimlib2 libpq5 nginx rsync"
9
fi
10
11
apt-get update
0 commit comments