Skip to content

Commit ebe9a79

Browse files
committed
cleaup: Remove psycopg from Dockerfile (not needed, after all)
1 parent 1ac362b commit ebe9a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker_compose/Dockerfile-DBInit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM postgres
22

33
# Install git
44
RUN apt-get update && \
5-
apt-get install -y python3 python3-venv python3-psycopg2 && \
5+
apt-get install -y python3 python3-venv && \
66
apt-get clean && \
77
rm -rf /var/lib/apt/lists/*
88

0 commit comments

Comments
 (0)