引入expect库到容器中
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user