Allow tty-less docker-inside-docker usage

This commit is contained in:
Lovell Fuller 2015-11-11 21:37:04 +00:00
parent f6831ab46b
commit 7383596f8c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Install Node.js on Archlinux
pacman -Sy --noconfirm gcc make python2 nodejs npm
pacman -Sy --noconfirm gcc make python2 nodejs npm | cat
ln -s /usr/bin/python2 /usr/bin/python

View File

@ -4,4 +4,4 @@
zypper addrepo http://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_13.2/devel:languages:nodejs.repo
zypper --gpg-auto-import-keys refresh
zypper --non-interactive install gcc-c++ make nodejs-devel
npm install -g npm
/usr/bin/npm install -g npm@latest