Parcourir la source

feature: #267 add jq to containers (#278)

James Read il y a 2 ans
Parent
commit
362019738d
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      Dockerfile
  2. 1 0
      Dockerfile.arm64

+ 1 - 0
Dockerfile

@@ -10,6 +10,7 @@ RUN mkdir -p /config /config/entities/ /var/www/olivetin \
 		openssh-clients \
 		openssh-clients \
 		shadow-utils \
 		shadow-utils \
 		apprise \
 		apprise \
+		jq \
 		docker \
 		docker \
 	&& microdnf clean all
 	&& microdnf clean all
 
 

+ 1 - 0
Dockerfile.arm64

@@ -10,6 +10,7 @@ RUN mkdir -p /config /config/entities/ /var/www/olivetin \
 		openssh-clients \
 		openssh-clients \
 		shadow-utils \
 		shadow-utils \
 		apprise \
 		apprise \
+		jq \
 		docker \
 		docker \
 	&& microdnf clean all
 	&& microdnf clean all