Add a missing libclang dependency for alpine 3.20 upgrade.
This commit is contained in:
parent
a4c5abc57a
commit
08de0caedb
@ -3,7 +3,7 @@ ARG ALPINE_VERSION="3.20"
|
||||
|
||||
FROM rustlang/rust:nightly-alpine$ALPINE_VERSION AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
|
||||
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev clang17-libclang
|
||||
|
||||
RUN mkdir /root/ta_waybar_pipewire
|
||||
WORKDIR /root/ta_waybar_pipewire
|
||||
|
@ -3,7 +3,7 @@ ARG ALPINE_VERSION="3.20"
|
||||
|
||||
FROM rustlang/rust:nightly-alpine$ALPINE_VERSION AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
|
||||
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev clang17-libclang
|
||||
RUN --mount=type=tmpfs,target=/tmp --mount=type=cache,target=/usr/local/cargo/registry,sharing=locked 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