mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Allow tty-less docker-inside-docker usage
This commit is contained in:
parent
f6831ab46b
commit
7383596f8c
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Install Node.js on Archlinux
|
# 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
|
ln -s /usr/bin/python2 /usr/bin/python
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
zypper addrepo http://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_13.2/devel:languages:nodejs.repo
|
zypper addrepo http://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_13.2/devel:languages:nodejs.repo
|
||||||
zypper --gpg-auto-import-keys refresh
|
zypper --gpg-auto-import-keys refresh
|
||||||
zypper --non-interactive install gcc-c++ make nodejs-devel
|
zypper --non-interactive install gcc-c++ make nodejs-devel
|
||||||
npm install -g npm
|
/usr/bin/npm install -g npm@latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user