From fd879de5ac5f8b0d76bcf7cc2dc487d2b8f3865e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 8 Dec 2025 14:59:06 -0800 Subject: [PATCH] fix docker build issues --- utility-pod/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utility-pod/Dockerfile b/utility-pod/Dockerfile index dbcb0a5..9953d24 100644 --- a/utility-pod/Dockerfile +++ b/utility-pod/Dockerfile @@ -35,9 +35,7 @@ RUN apt-get -y install \ wget \ yq -RUN pip3 install --no-cache-dir --upgrade --break-system-packages pip \ - && pip3 install --no-cache-dir patroni[etcd] \ - && rm -rf /var/lib/apt/lists/* +RUN pip3 install --no-cache-dir --break-system-packages patroni[etcd] RUN curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor 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