]> cat aescling's git repositories - mastodon.git/commitdiff
Update Dockerfile
authorWonderfall <wonderfall@targaryen.house>
Sun, 2 Apr 2017 22:56:05 +0000 (00:56 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2017 22:56:05 +0000 (00:56 +0200)
Dockerfile

index 506503290538e8dd1feafc8cf938d95c53be5495..bcc911343c7c7745cafc92f702da9c911e80310f 100644 (file)
@@ -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 \