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