Install pkg-config for libspa-sys.
build Build build has failed Details
format Build format has succeeded Details
rust-clippy Build rust-clippy has failed Details
rust-test Build rust-test has failed Details

This commit is contained in:
Tom Alexander 2024-05-12 01:25:08 -04:00
parent d063a1bd4f
commit 3b9e8ed1b8
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM rustlang/rust:nightly-alpine3.19 AS builder
RUN apk add --no-cache musl-dev
RUN apk add --no-cache musl-dev pkgconf
RUN mkdir /root/ta_waybar_pipewire
WORKDIR /root/ta_waybar_pipewire

View File

@ -1,6 +1,6 @@
FROM rustlang/rust:nightly-alpine3.19 AS builder
RUN apk add --no-cache musl-dev
RUN apk add --no-cache musl-dev pkgconf
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
RUN rustup component add rustfmt
RUN rustup component add clippy