forcedotcom / salesforcedx-docker

The official Dockerfile for Salesforce DX
BSD 3-Clause "New" or "Revised" License
74 stars 25 forks source link

Update Node LTS v12.18.2 #22

Closed jonnyhork closed 4 years ago

jonnyhork commented 4 years ago

What does this PR do?

This PR will update the version of node installed in the salesforcedx Docker image from v.10.14.2 to v12.18.2. We previously used Nodesource and installed from a .deb file but there has since been new deoendency, python-minimal, added that is causing installation issues. Do get around that we will now get Node directly from Nodejs.org at a tar.gz, which has no dependency issues but does require a different approach to install it.

What issues does this PR fix or reference?

@W-7201498@