generated from ext/template
Initial commit
This commit is contained in:
commit
166ff66a40
8 changed files with 353 additions and 0 deletions
9
Dockerfile.builder
Normal file
9
Dockerfile.builder
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# use specific image if relevant (rust, golang)
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y dpkg-deb \
|
||||
make \
|
||||
# other packages to build \
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue