Files
fedora-runner/Dockerfile
T
2026-05-20 20:52:32 +02:00

18 lines
195 B
Docker

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