feat(project): configure
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 20:22:57 +02:00
parent 05981084c9
commit 5d389265c3
7 changed files with 37 additions and 26 deletions

View file

@ -1,8 +1,9 @@
# use specific image if relevant (rust, golang)
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y make \
# other packages to build \
apt-get install -y curl \
make \
clang \
libxcb-cursor-dev \
rustup && \
rustup default stable