test tzinfo-data
This commit is contained in:
parent
02f7d94df3
commit
c1c6a17662
|
@ -4,6 +4,7 @@ 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 \
|
||||||
|
|
|
@ -38,7 +38,7 @@ services:
|
||||||
image: nginx
|
image: nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:80:80
|
- 80:80
|
||||||
links:
|
links:
|
||||||
- postal
|
- postal
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user