kkarczmarczyk / docker-node-yarn

Dockerfiles for "node-yarn" images from Docker Hub
55 stars 25 forks source link

Install yarn via apt-get instead of npm install #10

Closed neilsmind closed 7 years ago

neilsmind commented 7 years ago

For all versions except 4.3.2 (which is already updated), change installation of Yarn to be via apt-get instead of npm install. This is recommended in the yarn docs

Resolves #6