From 07c474249698e77bd9760769bf9036eb8c2e18ea Mon Sep 17 00:00:00 2001 From: chuckbutkus Date: Wed, 20 Aug 2025 14:27:09 -0400 Subject: [PATCH] Add useful tools jq and gettext to image (#10531) --- containers/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index 6f10665d8f..e6b748399b 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -21,7 +21,7 @@ ENV POETRY_NO_INTERACTION=1 \ POETRY_CACHE_DIR=/tmp/poetry_cache RUN apt-get update -y \ - && apt-get install -y curl make git build-essential \ + && apt-get install -y curl make git build-essential jq gettext \ && python3 -m pip install poetry --break-system-packages COPY pyproject.toml poetry.lock ./