Mise à jour des paquets avant build
This commit is contained in:
parent
302b66ba5d
commit
2ee1ea8cce
1
Makefile
1
Makefile
|
@ -9,6 +9,7 @@ endif
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends curl ca-certificates
|
apt-get install --yes --no-install-recommends curl ca-certificates
|
||||||
curl --silent --location https://deb.nodesource.com/setup_0.12 | bash -
|
curl --silent --location https://deb.nodesource.com/setup_0.12 | bash -
|
||||||
apt-get install --yes nodejs
|
apt-get install --yes nodejs
|
||||||
|
|
Loading…
Reference in New Issue