Jelajahi Sumber

cicd: need shadow-utils for useradd

jamesread 3 tahun lalu
induk
melakukan
95c589478d
3 mengubah file dengan 3 tambahan dan 0 penghapusan
  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 \ 
 		iputils \
 		openssh-clients \
+		shadow-utils \
 		docker 
 
 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 \ 
 		iputils \
+		shadow-utils \
 		openssh-clients 
 
 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 \ 
 		iputils \
+		shadow-utils \ 
 		openssh-clients 
 
 EXPOSE 1337/tcp