From 51ab4b62bcd2e38f94152b8ea7cd8777c1d1fb18 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 21 Oct 2024 10:04:59 +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=81bash=E8=84=9A=E6=9C=AC=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da69fcc..7f39cda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ -FROM node:16 +FROM node:16-slim LABEL authors="kubbo" +RUN apt-get update && apt-get install -y bash + COPY . /app WORKDIR /app RUN npm i --registry=http://registry.npmmirror.com