fixup
This commit is contained in:
parent
96d414b9c4
commit
5c02a28a66
@ -1,6 +1,6 @@
|
|||||||
FROM rustlang/rust:nightly-alpine3.19 AS builder
|
FROM rustlang/rust:nightly-alpine3.19 AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache musl-dev pkgconf pipewire-dev
|
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
|
||||||
|
|
||||||
RUN mkdir /root/ta_waybar_pipewire
|
RUN mkdir /root/ta_waybar_pipewire
|
||||||
WORKDIR /root/ta_waybar_pipewire
|
WORKDIR /root/ta_waybar_pipewire
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM rustlang/rust:nightly-alpine3.19 AS builder
|
FROM rustlang/rust:nightly-alpine3.19 AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache musl-dev pkgconf
|
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
|
||||||
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
||||||
RUN rustup component add rustfmt
|
RUN rustup component add rustfmt
|
||||||
RUN rustup component add clippy
|
RUN rustup component add clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user