From cf6c8fdb451afe530dd85ba04069860d82b04542 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 21 Oct 2024 10:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=95=9C=E5=83=8F,=E4=BD=BF?= =?UTF-8?q?=E5=85=B6=E6=94=AF=E6=8C=81apt=E5=8C=85=E7=AE=A1=E7=90=86?= 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 7f39cda..cdf1551 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:16-slim LABEL authors="kubbo" -RUN apt-get update && apt-get install -y bash +RUN apt-get update && apt-get install -y apt-utils shell COPY . /app WORKDIR /app