Skip to content
Snippets Groups Projects
Commit 1c6a050e authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update Dockerfile, typo

parent 092cd6bb
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -17,7 +17,7 @@ LABEL io.k8s.description="Platform for building and running Spring Boot applicat ...@@ -17,7 +17,7 @@ LABEL io.k8s.description="Platform for building and running Spring Boot applicat
RUN yum update -y && \ RUN yum update -y && \
yum install -y curl epel-release && \ yum install -y curl epel-release && \
yum install -y java-$JAVA_VERSON-openjdk java-$JAVA_VERSON-openjdk-devel nodejs gcc-c++ make& & \ yum install -y java-$JAVA_VERSON-openjdk java-$JAVA_VERSON-openjdk-devel nodejs gcc-c++ make && \
yum clean all yum clean all
RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash - RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment