Commit 4ab8a6ab by luiz.nunes

Update Dockerfile

parent 0daf4d33
......@@ -15,8 +15,8 @@ LABEL io.k8s.description="Platform for building and running Spring Boot applicat
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,java,java8,maven,maven3,springboot"
RUN yum update -y && \
yum install -y curl && \
# yum update -y && \
RUN yum install -y curl && \
yum install -y java-$JAVA_VERSON-openjdk java-$JAVA_VERSON-openjdk-devel && \
yum clean all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment