From 1b3cf8155613f73e4e4b4604773ffa7fc390fc4c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 8 Apr 2020 08:58:09 -0400 Subject: [PATCH] add sudo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e546b885..c781bd44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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