Remove unnecessary python dependencies

This commit is contained in:
Alberto Soutullo
2025-06-30 18:56:59 +02:00
parent 7eb5b94135
commit 44d253956c

View File

@@ -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