From 85cae2e9eeec6ed6610c3ee8c16b1e3b0bb0e341 Mon Sep 17 00:00:00 2001 From: thedrewen Date: Tue, 28 Oct 2025 18:36:47 +0100 Subject: [PATCH] Add ping. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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