From aa600a2291bcca3b91e447eedcd507fdaf5c8c8b Mon Sep 17 00:00:00 2001 From: Jo Date: Sun, 26 Nov 2023 01:18:50 +0100 Subject: [PATCH] fix: netcad -> netcad-traditional --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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