fix dependency

This commit is contained in:
2024-11-01 13:41:41 +05:30
parent 1012046c0a
commit e91697bae7

View File

@@ -2,7 +2,7 @@
FROM python:3.13-alpine3.19
# Install the Kubernetes Python client
RUN pip install kubernetes
RUN pip install kubernetes kubernetes_asyncio
# Copy the controller script into the container
COPY node_external_ip_controller_async.py /app/node_external_ip_controller.py