From c8f7c169cc27fd039b048528630e87808884f58e Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 21 Oct 2024 14:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cdf1551..8ce9fcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM node:16-slim LABEL authors="kubbo" -RUN apt-get update && apt-get install -y apt-utils shell - COPY . /app WORKDIR /app RUN npm i --registry=http://registry.npmmirror.com