From b46afb0b9b2fcf193b717da5181fb5d32c4c6152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Tue, 25 Feb 2025 18:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Git=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E5=8A=9F=E8=83=BD=E5=8F=8A=E6=95=88=E7=8E=87=EF=BC=8C?= =?UTF-8?q?=E5=83=8F=E8=B5=A2=E5=AE=B6=E4=B8=80=E6=A0=B7=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a858ea..206cc86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV TZ=Asia/Shanghai RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list.d/debian.sources \ && sed -i 's/security.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list.d/debian.sources \ && apt-get update \ - && apt-get install -y procps net-tools apt-utils \ + && apt-get install -y procps net-tools apt-utils git \ && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime \ && echo ${TZ} > /etc/timezone \ && pip install pipenv -i https://pypi.tuna.tsinghua.edu.cn/simple/