Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Feb 27, 2020
1 parent 4458c67 commit 79dad0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN yum update -y \
&& yum install -y wget tar unzip dos2unix \
&& yum clean all

RUN yum install -y wget tar unzip dos2unix rsync
RUN yum install -y wget tar unzip dos2unix

ARG GROUPER_CONTAINER_VERSION
ENV GROUPER_VERSION=2.5.11 \
Expand Down Expand Up @@ -65,7 +65,7 @@ ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto \
GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION
RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
RUN yum update -y \
&& yum install -y cron logrotate python-pip \
&& yum install -y cron logrotate python-pip rsync \
&& pip install --upgrade pip \
&& pip install supervisor \
&& yum clean -y all
Expand Down

0 comments on commit 79dad0b

Please sign in to comment.