Initial commit

This commit is contained in:
2026-05-20 20:52:32 +02:00
commit 8dbd5c37b5
2 changed files with 40 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
FROM fedora:latest
RUN dnf install -y \
git \
nodejs \
npm \
curl \
wget \
jq \
tar \
xz \
findutils \
which \
gcc \
make \
&& dnf clean all