Skip to content

Commit

Permalink
patch not installed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed May 19, 2020
1 parent 0b73001 commit ceddf53
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
@@ -1,6 +1,6 @@
FROM centos:centos7 as installing
RUN yum update -y \
&& yum install -y wget tar unzip dos2unix \
&& yum install -y wget tar unzip dos2unix patch \
&& yum clean all

RUN yum install -y wget tar unzip dos2unix patch
Expand Down Expand Up @@ -65,7 +65,7 @@ ENV PATH=$PATH:$JAVA_HOME/bin \
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 rsync sudo \
&& yum install -y cron logrotate python-pip rsync sudo patch \
&& pip install --upgrade pip \
&& pip install supervisor \
&& yum clean -y all
Expand Down

0 comments on commit ceddf53

Please sign in to comment.