generated from ext/template
This commit is contained in:
parent
05981084c9
commit
5d389265c3
7 changed files with 37 additions and 26 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# use specific image if relevant (rust, golang)
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y make \
|
||||
# other packages to build \
|
||||
|
||||
|
||||
apt-get install -y curl \
|
||||
make \
|
||||
clang \
|
||||
libxcb-cursor-dev \
|
||||
rustup && \
|
||||
rustup default stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue