update tzdata

This commit is contained in:
CatDeployed 2018-07-23 05:44:27 +02:00
parent 9d90eb28f9
commit 7f70544843

View File

@ -6,6 +6,7 @@ RUN apk --no-cache add nodejs mysql-client git bash python libcap py-setuptools
&& rm -rf /var/lib/apt/lists/* \
&& gem install bundler \
&& gem install procodile \
&& gem install tzinfo-data \
&& addgroup -S postal \
&& adduser -S -G postal -h /opt/postal -s /bin/bash postal \
&& chown -R postal:postal /opt/postal/ \