This commit is contained in:
Tom Alexander 2024-05-12 01:34:24 -04:00
parent 96d414b9c4
commit 5c02a28a66
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 2 deletions
docker
ta_waybar_pipewire
ta_waybar_pipewire_development

@ -1,6 +1,6 @@
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
WORKDIR /root/ta_waybar_pipewire

@ -1,6 +1,6 @@
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 rustup component add rustfmt
RUN rustup component add clippy