Install pkg-config for libspa-sys.
This commit is contained in:
parent
d063a1bd4f
commit
3b9e8ed1b8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user