about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:54:25 -0400
committerGitHub <noreply@github.com>2017-04-07 22:54:25 -0400
commit971c4de18c35bcfe24e92d40b657950b19dfa62a (patch)
tree90118f965cd5770911e1daa8cc684746ece1e321 /Dockerfile
parent4b08b7c50274bbfdd527a17eddd1242d21fc8cae (diff)
parent394c8ef6801a82fab0bb3b75fbef1e6b6100d28a (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
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/*