xwayland-satellite/Dockerfile.builder
pips c694f19a31
All checks were successful
ci/woodpecker/push/build Pipeline was successful
fix(builder): add pkg-config building dep
2025-09-23 20:50:09 +02:00

10 lines
179 B
Ruby

FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y curl \
make \
clang \
pkg-config \
libxcb-cursor-dev \
rustup && \
rustup default stable