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