From 4411f62fcfbc0c838179808ce0d6ec35ee0b887f Mon Sep 17 00:00:00 2001 From: administrateur Date: Sat, 29 Mar 2025 16:04:40 +0100 Subject: [PATCH] fix: without redlock --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62f976c..f219162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt update && apt install -y --no-install-recommends \ build-essential libfuse3-dev libcurl4-openssl-dev libxml2-dev \ pkg-config automake autoconf libtool s3fs \ jq curl graphviz ghostscript fonts-dejavu \ - python3-flask python3-requests python3-redis python3-redlock && \ + python3-flask python3-requests python3-redis && \ rm -rf /var/lib/apt/lists/* # Create a virtual environment and activate it