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