idk
This commit is contained in:
parent
39659b6fd2
commit
5fe83f34b9
9 changed files with 46 additions and 1 deletions
15
RustBevyImage/Dockerfile
Normal file
15
RustBevyImage/Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FROM git.rufous-trench.ts.net/crizomb/forgejo-action-rust:deb13-node20
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
g++ \
|
||||
pkg-config \
|
||||
libx11-dev \
|
||||
libasound2-dev \
|
||||
libudev-dev \
|
||||
libxkbcommon-x11-0 \
|
||||
libwayland-dev \
|
||||
libxkbcommon-dev \
|
||||
ca-certificates \
|
||||
mingw-w64 \
|
||||
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
3
RustBevyImage/build.sh
Executable file
3
RustBevyImage/build.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
sudo docker build -t git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest .
|
||||
# To adapt manualy with version, and name
|
||||
3
RustBevyImage/push.sh
Executable file
3
RustBevyImage/push.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
sudo docker push git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest
|
||||
# To adapt manualy with version, and name
|
||||
Loading…
Add table
Add a link
Reference in a new issue