Add useful tools jq and gettext to image (#10531)

This commit is contained in:
chuckbutkus 2025-08-20 14:27:09 -04:00 committed by GitHub
parent b5887f8a9d
commit 07c4742496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ./