Merge pull request #1697 from pipo02mix/dockerfile-17-04

Update Dockerfile to be able to build 17.04 ejabberd version
This commit is contained in:
Christophe Romain 2017-05-03 09:29:23 +02:00 committed by GitHub
commit cd1c41e448
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM debian:jessie-slim
MAINTAINER Rafael Römhild <rafael@roemhild.de>
ENV EJABBERD_BRANCH=17.03 \
ENV EJABBERD_BRANCH=17.04 \
EJABBERD_USER=ejabberd \
EJABBERD_HTTPS=true \
EJABBERD_STARTTLS=true \
@ -68,6 +68,7 @@ RUN set -x \
&& chmod +x ./autogen.sh \
&& ./autogen.sh \
&& ./configure --enable-user=$EJABBERD_USER \
--prefix=/ \
--enable-all \
--disable-tools \
--disable-pam \