Fix npm/yarn cache cleaning

lolsob-rspec
Florian Maunier 2017-04-07 13:31:18 +02:00
parent 895201fd9d
commit 97ff85dc73
1 changed files with 2 additions and 1 deletions

View File

@ -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/*