From 47839acb75bc026d40af38ac8f88ea924e05cd19 Mon Sep 17 00:00:00 2001 From: dockermen Date: Fri, 11 Apr 2025 11:17:57 +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 26932bc..9fc7b1a 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.13.3-slim ENV DEBIAN_FRONTEND=noninteractive # 安装 ssh 服务,用于支持 VSCode 客户端通过 Remote-SSH 访问开发环境 -RUN apt-get update && apt-get install -y wget unzip openssh-server curl +RUN apt-get update && apt-get install -y wget unzip openssh-server curl git RUN pip install uv # 安装 code-server 和扩展(使用 id 安装 python 扩展,使用 vsix 安装包安装 pylance 扩展)