build: add missing dependency libdbus-1-dev
Some checks failed
Rust / build (push) Successful in 1m25s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline failed

This commit is contained in:
Paul Campbell 2024-08-04 08:23:47 +01:00
parent 58d9a993e9
commit b1d5344cfa

View file

@ -1,7 +1,7 @@
FROM docker.io/rust:1.80.0-bookworm
RUN apt-get update && \
apt-get install -y clang-16 mold && \
apt-get install -y clang-16 mold libdbus-1-dev && \
curl -L https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
tar -xzf cargo-binstall.tgz && \
rm cargo-binstall.tgz && \