I’m trying to install `@pulumi/command` in my dock...
# general
f
I’m trying to install
@pulumi/command
in my docker image but get this error -
Copy code
📦 Installing [3071/2026] 1 | "use strict";
2 | var childProcess = require("child_process");
3 | 
4 | var args = process.argv.slice(2);
5 | var res = childProcess.spawnSync("pulumi", ["plugin", "install"].concat(args), {
                           ^
TypeError: Executable not found in $PATH: "pulumi"
 code: "ERR_INVALID_ARG_TYPE"

      at spawnSync (node:child_process:178:19)
      at /app/node_modules/@pulumi/command/scripts/install-pulumi-plugin.js:5:24
I’m able to install it locally. How can I solve this?