Skip to content

Commit

Permalink
Adds postgresql and postgresql-devel to image ov (#4664)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruv Bhanushali <[email protected]>
  • Loading branch information
vivek378521 and dhruvkb authored Aug 8, 2024
1 parent de0079d commit e3a45d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/dev_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ ENV PATH="${PNPM_BIN}:${N_PREFIX}/bin:${PDM_PYTHONS}:${HOME}/.local/bin:${PATH}"
# - pipx: Python CLI app installer
# - nodejs: language runtime (includes npm but not Corepack)
# - docker*: used to interact with host Docker socket
# - postgresql*: required to connect to PostgreSQL databases
#
# pipx dependencies:
# - httpie: CLI HTTP client
# - pdm, pipenv: Python package managers
# - pre-commit: Git pre-commit and pre-push hook manager
# - pgcli: PostgreSQL CLI
#
# Node dependencies:
# - n: Node.js distribution manager
Expand All @@ -56,6 +58,7 @@ RUN mkdir /pipx \
python3.12 pipx \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
unzip \
postgresql postgresql-devel \
&& dnf clean all \
&& pipx install --global \
httpie \
Expand Down
4 changes: 4 additions & 0 deletions documentation/general/general_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ ones you might see used throughout the documentation:
- [`httpie`](https://httpie.io/docs/cli) is a command line HTTP client. Like
cURL but with a lot of conveniences and easier to remember. Try `http --help`
for info.
- ['psql'] (https://www.postgresql.org/docs/current/app-psql.html) is the
PostgreSQL client.
- ['pgcli] (https://www.pgcli.com/docs) is a command line interface for Postgres
with auto-completion and syntax highlighting.
````{admonition} Bring your own tools
:class: tip
Expand Down

0 comments on commit e3a45d6

Please sign in to comment.