Skip to content

Commit

Permalink
Fix issue All-Hands-AI#5752: Install "jq" by default in OpenHands run…
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent authored and d-walsh committed Dec 24, 2024
1 parent 87176fb commit cf01cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/runtime/utils/runtime_templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit cf01cc5

Please sign in to comment.