Преглед изворни кода

cicd: need shadow-utils for useradd

jamesread пре 3 година
родитељ
комит
95c589478d
3 измењених фајлова са 3 додато и 0 уклоњено
  1. 1 0
      Dockerfile
  2. 1 0
      Dockerfile.arm64
  3. 1 0
      Dockerfile.armv7

+ 1 - 0
Dockerfile

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

+ 1 - 0
Dockerfile.arm64

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

+ 1 - 0
Dockerfile.armv7

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