diff --git a/Dockerfile b/Dockerfile index 9073dab..0a28487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:21 # Install netcat -RUN apt-get update && apt-get install -y netcat +RUN apt-get update && apt-get install -y netcat-traditional WORKDIR /usr/src/app