Skip to content

Commit

Permalink
take out cron
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Aug 22, 2022
1 parent 877026c commit 6dfd637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GROUPER_VERSION=2.6.15 \
GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF

RUN yum update -y \
&& yum install -y cron logrotate python3-pip rsync sudo patch supervisor wget tar unzip dos2unix \
&& yum install -y logrotate python3-pip rsync sudo patch supervisor wget tar unzip dos2unix \
&& pip3 install --upgrade setuptools \
&& yum clean -y all \
&& groupadd -r tomcat \
Expand Down

0 comments on commit 6dfd637

Please sign in to comment.