fix(builder): add pkg-config building dep
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
pips 2025-09-23 20:50:09 +02:00
parent 5d389265c3
commit c694f19a31

View file

@ -4,6 +4,7 @@ RUN apt-get update && \
apt-get install -y curl \ apt-get install -y curl \
make \ make \
clang \ clang \
pkg-config \
libxcb-cursor-dev \ libxcb-cursor-dev \
rustup && \ rustup && \
rustup default stable rustup default stable