Skip to content

Commit

Permalink
Add dev tools jq and HTTPie to ov (#4539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Jun 24, 2024
1 parent c0b6646 commit 78c90d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/dev_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ ENV PATH="${N_PREFIX}/bin:${PDM_PYTHONS}:${HOME}/.local/bin:${PATH}"
# - perl: used in linting
# - gcc, g++: required by some pre-commit hooks for node-gyp
# - just: command runner
# - jq: JSON processor
# - which: locate a program file in `PATH`
# - pipx: Python CLI app installer
# - nodejs: language runtime (includes npm but not Corepack)
# - docker*: used to interact with host Docker socket
#
# pipx dependencies:
# - httpie: CLI HTTP client
# - pdm, pipenv: Python package managers
# - pre-commit: Git pre-commit and pre-push hook manager
#
Expand All @@ -43,11 +45,13 @@ RUN dnf -y install dnf-plugins-core \
git \
g++ \
just \
jq \
which \
nodejs npm \
python3.12 pipx \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
&& pipx install \
httpie \
pdm pipenv \
pre-commit \
&& npm install -g \
Expand Down

0 comments on commit 78c90d5

Please sign in to comment.