From 10cc15beb94e05ce3a55ac613e90e35bb9ade554 Mon Sep 17 00:00:00 2001 From: administrateur Date: Sat, 29 Mar 2025 16:00:21 +0100 Subject: [PATCH] fix: Adding redlock installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f219162..62f976c 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-flask python3-requests python3-redis python3-redlock && \ rm -rf /var/lib/apt/lists/* # Create a virtual environment and activate it