From c1c6a176623aba7b12b01d7b7671e91577f0cf20 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Thu, 2 Aug 2018 04:25:45 +0200 Subject: [PATCH] test tzinfo-data --- alpine/Dockerfile | 1 + ubuntu/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 9989f6a..79c83cb 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -4,6 +4,7 @@ RUN apk --no-cache add nodejs mariadb-client git bash python2 libcap py-setuptoo && pip install j2cli \ && git clone https://github.com/atech/postal.git /opt/postal \ && rm -rf /var/lib/apt/lists/* \ + && gem install tzinfo-data \ && gem install bundler \ && gem install procodile \ && gem install tzinfo-data \ diff --git a/ubuntu/docker-compose.yml b/ubuntu/docker-compose.yml index 79b1254..6e7733c 100644 --- a/ubuntu/docker-compose.yml +++ b/ubuntu/docker-compose.yml @@ -38,7 +38,7 @@ services: image: nginx restart: always ports: - - 127.0.0.1:80:80 + - 80:80 links: - postal depends_on: