diff options
author | Wonderfall <wonderfall@targaryen.house> | 2017-04-03 00:56:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 00:56:05 +0200 |
commit | b8d2373e0bd867786a4480503f53a49e2c62ea94 (patch) | |
tree | 5c76c6bf449259529b38cfde4ce663b3b10e2692 | |
parent | 92d35c52d9829fe628b4c980772eead9686e1c79 (diff) |
Update Dockerfile
-rw-r--r-- | Dockerfile | 1 |
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 \ |