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

This commit is contained in:
James Read 2024-04-19 17:16:23 +01:00 committed by GitHub
parent 1a0ba6c6b1
commit 362019738d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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

View File

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