From 6a470e13d75ebf8f9b7788f29895f097aa19d14a Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 2 Jun 2025 01:40:03 +0300 Subject: [PATCH] fix --- nginx/nginx-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx-dev/Dockerfile b/nginx/nginx-dev/Dockerfile index 1accd65..61c50df 100644 --- a/nginx/nginx-dev/Dockerfile +++ b/nginx/nginx-dev/Dockerfile @@ -2,7 +2,7 @@ FROM nginx RUN apt-get update RUN apt-get install certbot --yes RUN apt-get install python3-certbot-nginx python3-pip --yes -RUN pip3 install requests minio +RUN pip3 install --break-system-packages requests minio COPY ./config /etc/nginx COPY prepare.py prepare.py COPY run.sh run.sh