mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 20:44:18 +02:00
7 lines
No EOL
196 B
Docker
7 lines
No EOL
196 B
Docker
FROM debian:bookworm
|
|
RUN apt-get update
|
|
RUN apt-get install -y libwlroots-dev xwayland meson cmake libcairo2-dev libpango1.0-dev
|
|
ADD * ./
|
|
ADD examples ./examples
|
|
RUN meson build
|
|
RUN ninja -C build |