about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorWonderfall <wonderfall@targaryen.house>2017-04-03 00:56:05 +0200
committerGitHub <noreply@github.com>2017-04-03 00:56:05 +0200
commitb8d2373e0bd867786a4480503f53a49e2c62ea94 (patch)
tree5c76c6bf449259529b38cfde4ce663b3b10e2692 /Dockerfile
parent92d35c52d9829fe628b4c980772eead9686e1c79 (diff)
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
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 \