Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Feb 11, 2020
1 parent a57566b commit 5e1d061
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
@@ -1,8 +1,10 @@
FROM centos:centos7 as installing

RUN yum update -y \
&& yum install -y wget tar unzip dos2unix \
&& yum clean all
#RUN yum update -y \
# && yum install -y wget tar unzip dos2unix \
# && yum clean all

RUN yum install -y wget tar unzip dos2unix

ARG GROUPER_CONTAINER_VERSION

@@ -53,7 +55,7 @@ RUN echo 'Installing Grouper'; \

FROM centos:centos7 as cleanup

ENV GROUPER_VERSION=2.4.0 \
ENV GROUPER_VERSION=2.5.8 \
TOMCAT_VERSION=8.5.42 \
TOMEE_VERSION=7.0.0

0 comments on commit 5e1d061

Please sign in to comment.