diff options
author | David Huerta <huertanix@users.noreply.github.com> | 2017-04-07 19:46:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 19:46:07 -0400 |
commit | 4fb24a70d38ff1097f36069caf8532741c486135 (patch) | |
tree | 76d829152fd2d324084cc2524007c658890bbb58 /Dockerfile | |
parent | 36a83cc4f9d00732b1cec97c9bff4427a61025b1 (diff) | |
parent | a872f2f4c64f4a370fa1a92a28f9c07c1dd3b06d (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c28287cca..57a8f34e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,8 @@ RUN BUILD_DEPS=" \ && npm install -g npm@3 && npm install -g yarn \ && bundle install --deployment --without test development \ && yarn \ - && npm cache clean \ + && yarn cache clean \ + && npm -g cache clean \ && apk del $BUILD_DEPS \ && rm -rf /tmp/* /var/cache/apk/* |