From 58c24d705f882708252637e0b9c0f2fc2252cf78 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 18 Oct 2024 14:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=8D=95=E5=90=91=E7=9A=84ex?= =?UTF-8?q?pect=E5=BC=95=E5=85=A5?= 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 94a6d63..da69fcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM node:16 LABEL authors="kubbo" -RUN apt-get update && apt-get install -y expect - COPY . /app WORKDIR /app RUN npm i --registry=http://registry.npmmirror.com