From aa91ebe5a9e4271b31d7c2b969479789b276ff3d Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 26 Dec 2024 00:39:19 -0600 Subject: [PATCH] Add file utility --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dd96207..2a484ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN \ apt-get install -y \ cpio \ curl \ + file \ jq \ libarchive-tools \ liblz4-tool \