fix dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user