Skip to content

Commit

Permalink
Merge pull request #72 from helxplatform/bugfix/node-lts
Browse files Browse the repository at this point in the history
Rollback due to ENOTSUP error
  • Loading branch information
Alexander Hagerman authored May 4, 2021
2 parents 2fb3997 + 90a805a commit da591bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/jenkins/jenkins-master/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debia
curl -L https:/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -o /usr/local/bin/yq && \
chmod +x /usr/local/bin/yq

RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && \
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs

RUN mkdir ruby && \
Expand Down

0 comments on commit da591bd

Please sign in to comment.