From af51ffacee0baa92b523562706cefc978e8afc57 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 11 May 2026 10:24:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=9B=E7=94=A8=20node:20=20=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E7=89=88=EF=BC=88=E5=85=A7=E5=BB=BA=20git=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=20apt-get=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index c55c659..a071e53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,4 @@ -FROM node:20-slim - -# force rebuild to ensure git is installed -RUN apt-get update && apt-get install -y --no-install-recommends \ - git \ - && rm -rf /var/lib/apt/lists/* +FROM node:20 WORKDIR /action