From f88d9cb8ef13b748415bd5688d7fd0a144eb8a6b Mon Sep 17 00:00:00 2001 From: Mhd Sulhan Date: Fri, 20 Nov 2015 01:57:59 +0700 Subject: Add build script for nodejs image. --- arch-base-nodejs/bootstrap_nodejs.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 arch-base-nodejs/bootstrap_nodejs.sh (limited to 'arch-base-nodejs/bootstrap_nodejs.sh') 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 -- cgit v1.3