File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,8 @@ ADD ./backend/requirements.txt /execute/requirements.txt
38
38
COPY ./fgex-lib /execute/fgex-lib
39
39
40
40
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 &&\
45
41
uv pip install --no-cache --system ./fgex-lib &&\
42
+ uv pip install --no-cache --system -r /execute/requirements.txt &&\
46
43
dnf remove -y gcc-c++ python3.13-devel uv git
47
44
48
45
COPY ./backend/ /execute/
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ passlib[bcrypt]
5
5
psutil
6
6
python-jose [cryptography ]
7
7
python-socketio
8
+ git+https://github.com/google/brotli
8
9
#git+https://salsa.debian.org/pkg-netfilter-team/pkg-nftables#egg=nftables&subdirectory=py
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ pydantic>=2
3
3
typing-extensions >= 4.7.1
4
4
pycryptodome
5
5
zstd
6
- brotli # waiting for pull request to be merged
7
6
watchfiles
8
7
fgex
9
8
websockets
9
+ brotli
10
10
pyllhttp
You can’t perform that action at this time.
0 commit comments