Skip to content

Commit

Permalink
WEBUI-1512: fix nuxeo-web-ui-gh-runner pipeline CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed May 10, 2024
1 parent 7e4aa3c commit 96f3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xm
RUN echo 'export JAVA_HOME=$(readlink -f `which javac` | sed "s:/bin/javac::")/bin/java' >> ~/.bashrc

# Install Node.jx
ARG NODEJS_VERSION=14
ARG NODEJS_VERSION=18
RUN curl -f --location https://deb.nodesource.com/setup_$NODEJS_VERSION.x | bash - && \
apt-get install -yq nodejs && \
apt-get install -yq g++ build-essential
Expand Down

0 comments on commit 96f3301

Please sign in to comment.