Files
fedora-runner/Dockerfile
T
thayol e8f02dc87f
Build Runner Image / build (push) Failing after 4m17s
Add Godot to the image
2026-05-20 22:39:24 +02:00

18 lines
206 B
Docker

FROM fedora:latest
RUN dnf install -y \
git \
nodejs \
npm \
curl \
wget \
jq \
tar \
xz \
findutils \
which \
gcc \
make \
godot \
&& dnf clean all