forcedotcom / salesforcedx-docker

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

Lock down nodejs and java version #1

Closed vazexqi closed 5 years ago

vazexqi commented 5 years ago

What does this PR do?

Tries to add some echo to check that SFDX and Java are installed in the container.

What issues does this PR fix or reference?

@W-6212277@

jonnyhork commented 5 years ago

The steps I took generate the hash for nodejs.deb are as follows:

1. curl -s -o nodejs.deb https://deb.nodesource.com/node_10.x/pool/main/n/nodejs/nodejs_10.16.2-1nodesource1_amd64.deb
2. shasum -a 256 ./nodejs.deb