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
3838COPY ./fgex-lib /execute/fgex-lib
3939
4040RUN 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
4845COPY ./backend/ /execute/
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ passlib[bcrypt]
55psutil
66python-jose [cryptography ]
77python-socketio
8+ git+https://github.com/google/brotli
89#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
33typing-extensions >= 4.7.1
44pycryptodome
55zstd
6- brotli # waiting for pull request to be merged
76watchfiles
87fgex
98websockets
9+ brotli
1010pyllhttp
You can’t perform that action at this time.
0 commit comments