vs-code-for-node-js-development-pack icon indicating copy to clipboard operation
vs-code-for-node-js-development-pack copied to clipboard

to add to your example, in the docker-world, one can do

Open TaisandI opened this issue 3 years ago • 0 comments

to add to your example, in the docker-world, one can do

ADD "https://deb.nodesource.com/setup_12.x" "/tmp/nodejssetup_12.x"
RUN bash "/tmp/nodejssetup_12.x"

to obtain the same result

Originally posted by @oliv3r in https://github.com/nodesource/distributions/issues/1109#issuecomment-699135616

TaisandI avatar Sep 28 '20 10:09 TaisandI