From e59d43989fc2c0405aee6e9b283658e434df6180 Mon Sep 17 00:00:00 2001 From: dockermen Date: Fri, 11 Apr 2025 11:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20Dockerfi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ide/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ide/Dockerfile b/.ide/Dockerfile index ca3347e..26932bc 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -1,5 +1,5 @@ # .ide/Dockerfile -FROM python:3.13.3-alpine +FROM python:3.13.3-slim ENV DEBIAN_FRONTEND=noninteractive