Skip to content

Commit da13b88

Browse files
authored
Merge pull request #64 from bashbang/main
added psycopg as it's needed for patrnictl
2 parents 19f66ba + be8911b commit da13b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility-pod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apt-get -y install \
3535
wget \
3636
yq
3737

38-
RUN pip3 install --no-cache-dir --break-system-packages patroni[etcd]
38+
RUN pip3 install --no-cache-dir --break-system-packages patroni[etcd] psycopg[binary]
3939

4040
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor
4141
RUN echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-8.0.list

0 commit comments

Comments
 (0)