Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 8, 2020
1 parent 826a33f commit 1b3cf81
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 @@ -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 rsync \
&& yum install -y cron logrotate python-pip rsync sudo \
&& pip install --upgrade pip \
&& pip install supervisor \
&& yum clean -y all
Expand Down

0 comments on commit 1b3cf81

Please sign in to comment.