From: Wonderfall Date: Sun, 2 Apr 2017 22:56:05 +0000 (+0200) Subject: Update Dockerfile X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b8d2373e0bd867786a4480503f53a49e2c62ea94;p=mastodon.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 506503290..bcc911343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN BUILD_DEPS=" \ imagemagick \ && npm install -g npm@3 && npm install -g yarn \ && bundle install --deployment --without test development \ - && gem install tzinfo-data \ && yarn \ && npm cache clean \ && apk del $BUILD_DEPS \