This commit is contained in:
CatDeployed 2018-07-23 05:58:21 +02:00
parent 7f70544843
commit d829eb70bb

View File

@ -1,6 +1,6 @@
FROM ruby:2.4-alpine
RUN apk --no-cache add nodejs mysql-client git bash python libcap py-setuptools py-pip build-base python-dev mariadb-dev \
RUN apk --no-cache add nodejs mysql-client git bash python libcap py-setuptools py-pip build-base python-dev mariadb-dev tzdata \
&& pip install j2cli \
&& git clone https://github.com/atech/postal.git /opt/postal \
&& rm -rf /var/lib/apt/lists/* \