generated from ext/template
This commit is contained in:
parent
df4071bfed
commit
84e5e814fe
1 changed files with 13 additions and 3 deletions
|
|
@ -2,6 +2,16 @@
|
|||
FROM rust:1.90
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y curl \
|
||||
# other packages to build
|
||||
libpipewire-0.3-dev
|
||||
apt-get install -y gcc \
|
||||
clang \
|
||||
libudev-dev libgbm-dev \
|
||||
libxkbcommon-dev \
|
||||
libegl1-mesa-dev \
|
||||
libwayland-dev \
|
||||
libinput-dev \
|
||||
libdbus-1-dev \
|
||||
libsystemd-dev \
|
||||
libseat-dev \
|
||||
libpipewire-0.3-dev \
|
||||
libpango1.0-dev \
|
||||
libdisplay-info-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue