Fix issue #5752: Install "jq" by default in OpenHands runtime (#5753)

This commit is contained in:
OpenHands
2024-12-23 16:16:36 -05:00
committed by GitHub
parent 5bf55a0035
commit 200270ba8f

View File

@@ -15,7 +15,7 @@ ENV POETRY_VIRTUALENVS_PATH=/openhands/poetry \
# Install base system dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \
wget curl sudo apt-utils git \
wget curl sudo apt-utils git jq \
{% if 'ubuntu' in base_image and (base_image.endswith(':latest') or base_image.endswith(':24.04')) %}
libgl1 \
{% else %}