Skip to content
Snippets Groups Projects
Unverified Commit 12f1cdee authored by Florian Maunier's avatar Florian Maunier
Browse files

Fix npm/yarn cache cleaning

parent e2f02414
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ RUN BUILD_DEPS=" \ ...@@ -29,7 +29,8 @@ RUN BUILD_DEPS=" \
&& npm install -g npm@3 && npm install -g yarn \ && npm install -g npm@3 && npm install -g yarn \
&& bundle install --deployment --without test development \ && bundle install --deployment --without test development \
&& yarn \ && yarn \
&& npm cache clean \ && yarn cache clean \
&& npm -g cache clean \
&& apk del $BUILD_DEPS \ && apk del $BUILD_DEPS \
&& rm -rf /tmp/* /var/cache/apk/* && rm -rf /tmp/* /var/cache/apk/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment