From 59e4e62bc0785add2e9c6f866d92b75a9e6a9371 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 13 Jul 2025 20:01:14 +0200 Subject: [PATCH] removovevezfedfzegezgaze --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 409b9ce..1d2aad5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ WORKDIR /usr/src/app ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 -RUN apt update && apt install -y netcat-traditional - RUN pip install --upgrade pip COPY ./requirements.txt . RUN pip install -r requirements.txt