diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2016-01-14 22:36:49 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2016-01-14 22:36:49 +0700 |
| commit | 4da1e3686ba189e56f8a410172eaa3b460a033b4 (patch) | |
| tree | ddc70a4e9f16c582262a352407b84d60941e12a9 | |
| parent | f6936f89a0b620bc65050d83aa2ea9a1bcb32655 (diff) | |
| download | arch-docker-4da1e3686ba189e56f8a410172eaa3b460a033b4.tar.xz | |
arch-base-nodejs-0.12.9: clean npm cache after bootstraping rootfs.
| -rwxr-xr-x | arch-base-nodejs-0.12.9/bootstrap_base_nodejs.sh | 2 |
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 |
