diff --git a/Dockerfile b/Dockerfile index 94a6d63..da69fcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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