cagebreak/Dockerfile
Oliver Friedmann 29943b50e6
Add output scaling (#34)
* feat: output scaling

* chore: update man file

* fix: message when scaling
2022-11-28 21:23:41 +01:00

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