aboutsummaryrefslogtreecommitdiff
path: root/arch-base-nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'arch-base-nodejs')
-rwxr-xr-xarch-base-nodejs/vars.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch-base-nodejs/vars.sh b/arch-base-nodejs/vars.sh
index 7f8c331..b0f74d8 100755
--- a/arch-base-nodejs/vars.sh
+++ b/arch-base-nodejs/vars.sh
@@ -6,7 +6,6 @@ ROOTFS_SIZE=900M
PKGS+=(util-linux)
PKGS_ADD+=(git gcc make python2 nodejs npm)
-PKGS_REMOVED=()
IMAGE_NAME="sulhan/arch-nodejs"
IMAGE_ARGS=(-c="VOLUME /srv/www" -c="VOLUME /root/.npm" -c="EXPOSE 80" -c="CMD /init.sh")