清除单向的expect引入
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
FROM node:16
|
FROM node:16
|
||||||
LABEL authors="kubbo"
|
LABEL authors="kubbo"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y expect
|
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npm i --registry=http://registry.npmmirror.com
|
RUN npm i --registry=http://registry.npmmirror.com
|
||||||
|
|||||||
Reference in New Issue
Block a user