Skip to content

Commit

Permalink
Add python3-jinja2, document pythonr3-psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jan 21, 2024
1 parent 681b71c commit 769475b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
unzip \
jq \
python3-pip \
python3-jinja2 \
python3-psycopg2 \
postgresql-client \
&& apt -y clean \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A container image with useful tools to automate deployments.
- [bash](https://linux.die.net/man/1/bash)
- [moby buildctl](https://github.com/moby/buildkit)
- [python3](https://www.python.org/doc/), >=3.8, when bash is not enough
- [python3-jinja2](https://jinja.palletsprojects.com/)
- [python3-psycopg2](https://pypi.org/project/psycopg2/)
- [curl](https://linux.die.net/man/1/curl)
- [envsubst](https://linux.die.net/man/1/envsubst)
- [helm](https://helm.sh/)
Expand Down

0 comments on commit 769475b

Please sign in to comment.