cicd: need shadow-utils for useradd

This commit is contained in:
jamesread 2022-09-29 08:46:59 +01:00
parent b51c139264
commit 95c589478d
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN mkdir -p /config /var/www/olivetin \
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
iputils \
openssh-clients \
shadow-utils \
docker
EXPOSE 1337/tcp

View File

@ -6,6 +6,7 @@ RUN mkdir -p /config /var/www/olivetin \
&& \
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
iputils \
shadow-utils \
openssh-clients
EXPOSE 1337/tcp

View File

@ -6,6 +6,7 @@ RUN mkdir -p /config /var/www/olivetin \
&& \
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
iputils \
shadow-utils \
openssh-clients
EXPOSE 1337/tcp