diff options
Diffstat (limited to '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 \ |