Merge branch 'add-yarn-to-nodejs-image' into 'master'

Adding Yarn for use instead of npm

See merge request !20
This commit is contained in:
Kamil Trzciński 2017-02-10 16:15:19 +00:00
commit 22cd8531df

View file

@ -3,4 +3,6 @@
set -xeo pipefail
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs
apt-get install -y nodejs
curl -o- -L https://yarnpkg.com/install.sh | bash