mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Optionally use system jerasure and add Bullseye CI
This commit is contained in:
parent
9200c0b893
commit
03c82ea515
7 changed files with 115 additions and 31 deletions
12
scripts/Dockerfile.bullseye
Normal file
12
scripts/Dockerfile.bullseye
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
FROM debian:bullseye
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install git g++ cmake pkg-config \
|
||||
libjerasure-dev libnanopb-dev libavcodec-dev libopus-dev \
|
||||
libssl-dev protobuf-compiler python3 python3-protobuf \
|
||||
libevdev-dev libudev-dev \
|
||||
qt5-default libqt5svg5-dev qtmultimedia5-dev libsdl2-dev
|
||||
|
||||
CMD []
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue