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