switching to 3.2.9 and add tzdata to container
This commit is contained in:
parent
d3118c9609
commit
b1cf5438a5
|
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||||
|
|
||||||
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
||||||
|
|
||||||
ARG version=3.2.8
|
ARG version=3.2.9
|
||||||
|
|
||||||
WORKDIR /tmp/build
|
WORKDIR /tmp/build
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ RUN echo "untar SOPE sources" \
|
||||||
postgresql-server-dev-9.5 \
|
postgresql-server-dev-9.5 \
|
||||||
libmemcached-dev \
|
libmemcached-dev \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
|
tzdata \
|
||||||
&& echo "compiling sope & sogo" \
|
&& echo "compiling sope & sogo" \
|
||||||
&& cd /tmp/SOPE \
|
&& cd /tmp/SOPE \
|
||||||
&& ./configure --with-gnustep --enable-debug --disable-strip \
|
&& ./configure --with-gnustep --enable-debug --disable-strip \
|
||||||
|
|
|
@ -20,6 +20,8 @@ services:
|
||||||
# replace by the path to your own sogo.conf file
|
# replace by the path to your own sogo.conf file
|
||||||
|
|
||||||
- ./../sogo.conf:/etc/sogo/sogo.conf
|
- ./../sogo.conf:/etc/sogo/sogo.conf
|
||||||
|
environment:
|
||||||
|
- "TZ=Europe/Amsterdam"
|
||||||
db:
|
db:
|
||||||
image: postgres:9.5
|
image: postgres:9.5
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue