fix dependency
parent
1012046c0a
commit
e91697bae7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue