引入expect库到容器中

This commit is contained in:
aixianling
2024-10-18 12:18:39 +08:00
parent a748c2575b
commit bf0a0b4e6a

View File

@@ -1,7 +1,7 @@
FROM node:16 FROM node:16
LABEL authors="kubbo" LABEL authors="kubbo"
RUN yum update -y && yum install -y expect RUN apt-get update && apt-get install -y expect
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app