diff --git a/Dockerfile b/Dockerfile index 4c7a884..5584f1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:22 COPY . . -RUN apt install iputils-ping +RUN apt-get update && apt-get install -y iputils-ping RUN npm i CMD [ "npm", "run", "start" ] \ No newline at end of file