You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5
|
|
|
|
RUN apt-get update && \
|
|
apt-get install --assume-yes \
|
|
g++ \
|
|
libasound2-dev \
|
|
libudev-dev \
|
|
libwayland-dev \
|
|
libx11-dev \
|
|
libxkbcommon-dev \
|
|
mesa-vulkan-drivers \
|
|
pkg-config ;
|
|
|