Initial commit
This commit is contained in:
+17
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user