generated from ext/template
8 lines
152 B
Ruby
8 lines
152 B
Ruby
# use specific image if relevant (rust, golang)
|
|
FROM ubuntu:24.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install curl \
|
|
# other packages to build \
|
|
|
|
|