Add timezone to proxy

This commit is contained in:
Paul-Henri Froidmont 2018-01-08 18:48:09 +01:00
parent 20c586c039
commit 0b0871400a
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ FROM nextcloud:fpm
RUN apt-get update && apt-get install -y \
supervisor \
cron \
vim \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /var/log/supervisord /var/run/supervisord && \