From 948aad983cd748b061aeaa9f1825c565937a9926 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Fri, 11 Apr 2025 17:59:51 +0200 Subject: [PATCH] using new version of zstd --- Dockerfile | 3 +-- fgex-lib/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 192d503..c3c712e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,7 @@ WORKDIR /execute ADD ./backend/requirements.txt /execute/requirements.txt RUN uv pip install --no-cache --system -r /execute/requirements.txt -RUN git clone https://github.com/domysh/brotli && cd brotli && pip install . && cd .. && rm -rf brotli && \ - git clone https://github.com/domysh/python-zstd --recurse && cd python-zstd && pip install . && cd .. && rm -rf python-zstd +RUN git clone https://github.com/domysh/brotli && cd brotli && pip install . && cd .. && rm -rf brotli COPY ./fgex-lib /execute/fgex-lib RUN uv pip install --no-cache --system ./fgex-lib diff --git a/fgex-lib/requirements.txt b/fgex-lib/requirements.txt index 7836131..585b98b 100644 --- a/fgex-lib/requirements.txt +++ b/fgex-lib/requirements.txt @@ -1,7 +1,7 @@ typer==0.15.2 pydantic>=2 typing-extensions>=4.7.1 -zstd # waiting for pull request to be merged +zstd brotli # waiting for pull request to be merged watchfiles fgex