calibpipe docker container does not contain nodejs needed for cwl execution
Summary
The calibpipe docker container does not include nodejs, which is needed for the execution of the cwl workflows making use of javascript expressions.
What is the expected correct behavior?
Relevant logs and/or screenshots
❯ docker run --rm -it harbor.cta-observatory.org/dpps/calibpipe:v0.3.0-rc2 bash -l -c "node --version"
bash: line 1: node: command not found