You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2718, NVM was added instead of directly installing NodeJS 10.x in the jsii/superchain image. The default Docker CMD was changed to use a bash login shell:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
jsii/superchain
image (Image ID:53fcfbbc6bda
)What is the problem?
In #2718, NVM was added instead of directly installing NodeJS 10.x in the
jsii/superchain
image. The default DockerCMD
was changed to use a bash login shell:jsii/superchain/Dockerfile
Line 129 in c79a346
This works when you use the container without specifying an override command. When a command is specified, for example:
this code is bypassed and NodeJS is no longer available:
The text was updated successfully, but these errors were encountered: