[...]
> publiccode-editor@1.4.3 build:wasm
> cd src && mkdir -p generated && cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" generated && GOOS=js GOARCH=wasm go build -o generated/main.wasm wasm/main.go
sh: 1: go: not found
cp: cannot stat '/misc/wasm/wasm_exec.js': No such file or directory
The command '/bin/sh -c npm run build' returned a non-zero code: 1
docker build -t publiccode-editor .
results in: