Selaa lähdekoodia

cicd: Bug in dockerfile.arm64

jamesread 2 vuotta sitten
vanhempi
commit
c4d1a2a105
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile.arm64

+ 1 - 1
Dockerfile.arm64

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