Add jq to container image

This commit is contained in:
Niklas Wagner
2023-02-21 13:52:58 +01:00
parent f646406822
commit c1101ede19
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Enhancement: Add jq to container image
The Docker container image now contains jq which can be useful when restic outputs json data.
https://github.com/restic/restic/pull/4220