test tzinfo-data

This commit is contained in:
CatDeployed 2018-08-02 04:29:17 +02:00
parent c1c6a17662
commit 03bb71ba84
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ RUN apk --no-cache add nodejs mariadb-client git bash python2 libcap py-setuptoo
&& pip install j2cli \ && pip install j2cli \
&& git clone https://github.com/atech/postal.git /opt/postal \ && git clone https://github.com/atech/postal.git /opt/postal \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& gem install tzinfo-data \
&& gem install bundler \ && gem install bundler \
&& gem install procodile \ && gem install procodile \
&& gem install tzinfo-data \ && gem install tzinfo-data \

View File

@ -4,6 +4,7 @@ RUN apk --no-cache add nodejs mysql-client git bash python libcap py-setuptools
&& pip install j2cli \ && pip install j2cli \
&& git clone https://github.com/atech/postal.git /opt/postal \ && git clone https://github.com/atech/postal.git /opt/postal \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& gem install tzinfo-data \
&& gem install bundler \ && gem install bundler \
&& gem install procodile \ && gem install procodile \
&& addgroup -S postal \ && addgroup -S postal \