Skip to content

Commit 8d78c5d

Browse files
committed
using brotli version from google (merged from domysh/brotli)
1 parent 760529e commit 8d78c5d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ ADD ./backend/requirements.txt /execute/requirements.txt
3838
COPY ./fgex-lib /execute/fgex-lib
3939

4040
RUN dnf install -y gcc-c++ python3.13-devel uv git &&\
41-
git clone https://github.com/domysh/brotli &&\
42-
cd brotli && uv pip install --no-cache --system . &&\
43-
cd .. && rm -rf brotli &&\
44-
uv pip install --no-cache --system -r /execute/requirements.txt &&\
4541
uv pip install --no-cache --system ./fgex-lib &&\
42+
uv pip install --no-cache --system -r /execute/requirements.txt &&\
4643
dnf remove -y gcc-c++ python3.13-devel uv git
4744

4845
COPY ./backend/ /execute/

backend/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ passlib[bcrypt]
55
psutil
66
python-jose[cryptography]
77
python-socketio
8+
git+https://github.com/google/brotli
89
#git+https://salsa.debian.org/pkg-netfilter-team/pkg-nftables#egg=nftables&subdirectory=py

fgex-lib/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pydantic>=2
33
typing-extensions>=4.7.1
44
pycryptodome
55
zstd
6-
brotli # waiting for pull request to be merged
76
watchfiles
87
fgex
98
websockets
9+
brotli
1010
pyllhttp

0 commit comments

Comments
 (0)