From 44a8e3e7b6a519ce3c530df7a7421c9a9aabcf30 Mon Sep 17 00:00:00 2001 From: merlin Date: Wed, 22 Oct 2025 14:58:30 +0800 Subject: [PATCH] fix: build test --- tls-sync/Dockerfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tls-sync/Dockerfile b/tls-sync/Dockerfile index b81abc4..653b0d4 100644 --- a/tls-sync/Dockerfile +++ b/tls-sync/Dockerfile @@ -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