From b0333962816f7f985caf621921e8cc04edf1f9b5 Mon Sep 17 00:00:00 2001 From: jclausen Date: Wed, 24 Jan 2024 20:14:01 -0500 Subject: [PATCH] add sudo --- builds/base/ubi9.Dockerfile | 2 +- builds/base/ubi9.JDK11.Dockerfile | 2 +- builds/base/ubi9.JDK17.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/base/ubi9.Dockerfile b/builds/base/ubi9.Dockerfile index b611c66..9d19a52 100644 --- a/builds/base/ubi9.Dockerfile +++ b/builds/base/ubi9.Dockerfile @@ -11,7 +11,7 @@ ENV LANG C.UTF-8 # Since alpine runs as a single user, we need to create a "root" direcotry ENV HOME /root -RUN microdnf install -y shadow-utils +RUN microdnf install -y shadow-utils sudo # Add a working group which any dynamic users can be assigned ENV WORKGROUP runwar diff --git a/builds/base/ubi9.JDK11.Dockerfile b/builds/base/ubi9.JDK11.Dockerfile index 32b2e4d..a0abea2 100644 --- a/builds/base/ubi9.JDK11.Dockerfile +++ b/builds/base/ubi9.JDK11.Dockerfile @@ -11,7 +11,7 @@ ENV LANG C.UTF-8 # Since alpine runs as a single user, we need to create a "root" direcotry ENV HOME /root -RUN microdnf install -y shadow-utils +RUN microdnf install -y shadow-utils sudo # Add a working group which any dynamic users can be assigned ENV WORKGROUP runwar diff --git a/builds/base/ubi9.JDK17.Dockerfile b/builds/base/ubi9.JDK17.Dockerfile index 7336aee..b64f490 100644 --- a/builds/base/ubi9.JDK17.Dockerfile +++ b/builds/base/ubi9.JDK17.Dockerfile @@ -11,7 +11,7 @@ ENV LANG C.UTF-8 # Since alpine runs as a single user, we need to create a "root" direcotry ENV HOME /root -RUN microdnf install -y shadow-utils +RUN microdnf install -y shadow-utils sudo # Add a working group which any dynamic users can be assigned ENV WORKGROUP runwar