From 3efaf2ce0c03a87c44efd663f83a1a0a997380e4 Mon Sep 17 00:00:00 2001 From: Konstantin Koval Date: Sat, 30 Aug 2025 14:10:01 +0300 Subject: [PATCH] Add the `file` shell tool for debug and investigation in the container --- scripts/install_runtime_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_runtime_dependencies.sh b/scripts/install_runtime_dependencies.sh index 0cae49ce..f052864a 100755 --- a/scripts/install_runtime_dependencies.sh +++ b/scripts/install_runtime_dependencies.sh @@ -2,7 +2,7 @@ set -eu apt-get update -apt-get install -y --no-install-recommends curl libimage-exiftool-perl +apt-get install -y --no-install-recommends curl file libimage-exiftool-perl # libheif dependencies apt-get install -y --no-install-recommends libdav1d7 librav1e0.7 libde265-0 libx265-215 libjpeg62-turbo libopenh264-8 libpng16-16t64 libnuma1 zlib1g