From bf0a0b4e6a932c8763750e86edeaeca286208bac Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 18 Oct 2024 12:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5expect=E5=BA=93=E5=88=B0?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E4=B8=AD?= 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 9aa6cf0..94a6d63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:16 LABEL authors="kubbo" -RUN yum update -y && yum install -y expect +RUN apt-get update && apt-get install -y expect COPY . /app WORKDIR /app