fix: build test
All checks were successful
Docker Image CI / build (push) Successful in 4m21s

This commit is contained in:
merlin
2025-10-22 14:58:30 +08:00
parent d69aeb1e8d
commit 44a8e3e7b6

View File

@@ -1,14 +1,14 @@
FROM harbor.merlin.xin/mirrors/docker.io/library/python:3.11-slim
# 安装依赖 如果有需要,可以取消注释安装网络调试工具
RUN apt-get update && apt-get install -y \
# openssh-client \
# curl \
# iputils-ping \
# netcat-openbsd \
# dnsutils \
# telnet \
&& rm -rf /var/lib/apt/lists/*
# RUN apt-get update && apt-get install -y \
# openssh-client \
# curl \
# iputils-ping \
# netcat-openbsd \
# dnsutils \
# telnet \
# && rm -rf /var/lib/apt/lists/*
# 安装 Python 依赖
RUN pip install --no-cache-dir kubernetes pycryptodome