Explorar el Código

cicd: Bug in dockerfile.arm64

jamesread hace 2 años
padre
commit
c4d1a2a105
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile.arm64

+ 1 - 1
Dockerfile.arm64

@@ -10,7 +10,7 @@ RUN mkdir -p /config /config/entities/ /var/www/olivetin \
 		openssh-clients \
 		shadow-utils \
 		apprise \
-		docker
+		docker \
 	&& microdnf clean all
 
 RUN useradd --system --create-home olivetin -u 1000