We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74645 commit 428996bCopy full SHA for 428996b
examples/docker_compose/Dockerfile-DBInit
@@ -2,7 +2,7 @@ FROM postgres
2
3
# Install git
4
RUN apt-get update && \
5
- apt-get install -y python3 python3-venv python3-psycopg2 && \
+ apt-get install -y python3 python3-venv && \
6
apt-get clean && \
7
rm -rf /var/lib/apt/lists/*
8
0 commit comments