From 44d253956cefb3babf6839fac27c6b28c092cb81 Mon Sep 17 00:00:00 2001 From: Alberto Soutullo Date: Mon, 30 Jun 2025 18:56:59 +0200 Subject: [PATCH] Remove unnecessary python dependencies --- docker-utils/status-init/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-utils/status-init/Dockerfile b/docker-utils/status-init/Dockerfile index 78e73f4..a1f6c59 100644 --- a/docker-utils/status-init/Dockerfile +++ b/docker-utils/status-init/Dockerfile @@ -16,7 +16,4 @@ RUN chmod +x kubectl && mv kubectl /usr/local/bin/ # Clean up RUN apt-get clean && rm -rf /var/lib/apt/lists/* -# Install Python dependencies -RUN pip install websockets requests kubernetes rlp multihash base58 eth-enr eth-keys - COPY init_container.py /init_container.py