Skip to content

Commit

Permalink
try util-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jan 25, 2024
1 parent b033396 commit c543da8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builds/base/ubi9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 sudo
RUN microdnf install -y shadow-utils util-linux

# Add a working group which any dynamic users can be assigned
ENV WORKGROUP runwar
Expand Down
2 changes: 1 addition & 1 deletion builds/base/ubi9.JDK11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 sudo
RUN microdnf install -y shadow-utils util-linux

# Add a working group which any dynamic users can be assigned
ENV WORKGROUP runwar
Expand Down
2 changes: 1 addition & 1 deletion builds/base/ubi9.JDK17.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 sudo
RUN microdnf install -y shadow-utils util-linux

# Add a working group which any dynamic users can be assigned
ENV WORKGROUP runwar
Expand Down

0 comments on commit c543da8

Please sign in to comment.