From c388038d77b3e597a734221f2f325ce0a07dac92 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 13 Jul 2025 19:56:13 +0200 Subject: [PATCH] fixxx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d33096c..409b9ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/app ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 -RUN apt-get update && apt-get install -y netcat +RUN apt update && apt install -y netcat-traditional RUN pip install --upgrade pip COPY ./requirements.txt .