xwayland-satellite/Dockerfile.builder

11 lines
179 B
Text
Raw Normal View History

2025-09-23 19:39:20 +02:00
FROM ubuntu:24.04
RUN apt-get update && \
2025-09-23 20:22:57 +02:00
apt-get install -y curl \
make \
clang \
pkg-config \
2025-09-23 20:22:57 +02:00
libxcb-cursor-dev \
rustup && \
rustup default stable