generated from ext/template
7 lines
169 B
Ruby
7 lines
169 B
Ruby
# use specific image if relevant (rust, golang)
|
|
FROM rust:1.90
|
|
|
|
RUN apt-get update && \
|
|
apt-get install curl \
|
|
# other packages to build
|
|
libpipewire-0.3-dev
|