diff --git a/Dockerfile b/Dockerfile index 5dbcc0093c9e8db498a03c8532e1c3f2188790be..90a19e3a3f422fc3781b1ea25548e9a262c8acd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ LABEL io.k8s.description="Platform for building and running Spring Boot applicat RUN yum update -y && \ 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 RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash -