diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-20 01:57:59 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-20 01:57:59 +0700 |
| commit | f88d9cb8ef13b748415bd5688d7fd0a144eb8a6b (patch) | |
| tree | 185fe086e8aadf99eee200c0deaafc0b76bb417d /arch-base-nodejs/bootstrap_nodejs.sh | |
| parent | 7ef69d6cfeddc7ad0f6fc03b923269b5b5307557 (diff) | |
| download | arch-docker-f88d9cb8ef13b748415bd5688d7fd0a144eb8a6b.tar.xz | |
Add build script for nodejs image.
Diffstat (limited to 'arch-base-nodejs/bootstrap_nodejs.sh')
| -rwxr-xr-x | arch-base-nodejs/bootstrap_nodejs.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch-base-nodejs/bootstrap_nodejs.sh b/arch-base-nodejs/bootstrap_nodejs.sh new file mode 100755 index 0000000..313a4cb --- /dev/null +++ b/arch-base-nodejs/bootstrap_nodejs.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "==> bootstraping nodejs ..." + +## cleaning ... +rm -r /usr/share/icu/* +rm -r /usr/lib/node_modules/npm/doc/* +rm -r /usr/lib/node_modules/npm/html/doc/* +rm -r /usr/lib/node_modules/npm/man/* +rm -rf /usr/lib/python2.7/test +rm -rf /usr/share/perl5 |
