From 5c02a28a667dab0f24f57156d5c31cea2abb1111 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 12 May 2024 01:34:24 -0400 Subject: [PATCH] fixup --- docker/ta_waybar_pipewire/Dockerfile | 2 +- docker/ta_waybar_pipewire_development/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ta_waybar_pipewire/Dockerfile b/docker/ta_waybar_pipewire/Dockerfile index c76d373..266ea8e 100644 --- a/docker/ta_waybar_pipewire/Dockerfile +++ b/docker/ta_waybar_pipewire/Dockerfile @@ -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 diff --git a/docker/ta_waybar_pipewire_development/Dockerfile b/docker/ta_waybar_pipewire_development/Dockerfile index de2ba22..c116046 100644 --- a/docker/ta_waybar_pipewire_development/Dockerfile +++ b/docker/ta_waybar_pipewire_development/Dockerfile @@ -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