We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19f66ba + be8911b commit da13b88Copy full SHA for da13b88
utility-pod/Dockerfile
@@ -35,7 +35,7 @@ RUN apt-get -y install \
35
wget \
36
yq
37
38
-RUN pip3 install --no-cache-dir --break-system-packages patroni[etcd]
+RUN pip3 install --no-cache-dir --break-system-packages patroni[etcd] psycopg[binary]
39
40
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor
41
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