aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2016-01-14 22:36:49 +0700
committerMhd Sulhan <ms@kilabit.info>2016-01-14 22:36:49 +0700
commit4da1e3686ba189e56f8a410172eaa3b460a033b4 (patch)
treeddc70a4e9f16c582262a352407b84d60941e12a9
parentf6936f89a0b620bc65050d83aa2ea9a1bcb32655 (diff)
downloadarch-docker-4da1e3686ba189e56f8a410172eaa3b460a033b4.tar.xz
arch-base-nodejs-0.12.9: clean npm cache after bootstraping rootfs.
-rwxr-xr-xarch-base-nodejs-0.12.9/bootstrap_base_nodejs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch-base-nodejs-0.12.9/bootstrap_base_nodejs.sh b/arch-base-nodejs-0.12.9/bootstrap_base_nodejs.sh
index fbbe38b..bacab15 100755
--- a/arch-base-nodejs-0.12.9/bootstrap_base_nodejs.sh
+++ b/arch-base-nodejs-0.12.9/bootstrap_base_nodejs.sh
@@ -30,3 +30,5 @@ npm install -g bower
echo ">>> installing sails"
npm install -g sails --ignore-scripts
+
+npm cache clean