# use specific image if relevant (rust, golang)
FROM rust:1.90
RUN apt-get update && \
apt-get install -y curl \
# other packages to build
libpipewire-0.3-dev