generated from ext/template
8 lines
149 B
Ruby
8 lines
149 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 \
|
|
|
|
|