update with tzdata

This commit is contained in:
CatDeployed 2018-08-03 03:53:27 +02:00
parent dc58ee3558
commit 6f08edfb20

View File

@ -7,6 +7,7 @@ RUN apt-get -y update \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& gem install bundler \ && gem install bundler \
&& gem install procodile \ && gem install procodile \
&& gem install tzinfo-data \
&& useradd -r -d /opt/postal -s /bin/bash postal \ && useradd -r -d /opt/postal -s /bin/bash postal \
&& chown -R postal:postal /opt/postal/ \ && chown -R postal:postal /opt/postal/ \
&& /opt/postal/bin/postal bundle /opt/postal/vendor/bundle \ && /opt/postal/bin/postal bundle /opt/postal/vendor/bundle \