Added nodejs and npm to agent
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
This commit is contained in:
@ -47,4 +47,8 @@ USER root
|
||||
|
||||
#Install OpenSSL
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y openssl
|
||||
RUN apt-get install -y openssl
|
||||
|
||||
#Install Node.js
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y nodejs npm
|
Reference in New Issue
Block a user