fix(api): add build tools for node-pty native compilation in Docker #524
Reference in New Issue
Block a user
Delete Branch "fix/api-docker-node-pty"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The API container has been crash-looping since MS19 added the terminal gateway with node-pty. The Docker image was missing build tools needed for native compilation.
Error:
Fix:
Test Plan