generated from ext/template
fix(builder): add pkg-config building dep
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
5d389265c3
commit
c694f19a31
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue