清除单向的expect引入

This commit is contained in:
aixianling
2024-10-18 14:07:04 +08:00
parent bf0a0b4e6a
commit 58c24d705f

View File

@@ -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