xwayland-satellite/Dockerfile.builder
pips 5d389265c3
Some checks failed
ci/woodpecker/push/build Pipeline failed
feat(project): configure
2025-09-23 20:22:57 +02:00

9 lines
162 B
Ruby

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