init
This commit is contained in:
commit
39659b6fd2
5 changed files with 59 additions and 0 deletions
17
GoRaylibImage/Dockerfile
Normal file
17
GoRaylibImage/Dockerfile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
FROM git.rufous-trench.ts.net/crizomb/forgejo-action-go:deb13-node20-go1.24
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
pkg-config \
|
||||
libx11-dev \
|
||||
libxcursor-dev \
|
||||
libxrandr-dev \
|
||||
libxinerama-dev \
|
||||
libxi-dev \
|
||||
libgl1-mesa-dev \
|
||||
libwayland-dev \
|
||||
libxkbcommon-dev \
|
||||
libasound2-dev \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue