You've already forked fedora-iso
mirror of
https://github.com/t2linux/fedora-iso.git
synced 2026-04-30 13:51:49 -07:00
10 lines
118 B
Docker
10 lines
118 B
Docker
FROM fedora:34
|
|
|
|
RUN dnf upgrade -y \
|
|
&& dnf install -y \
|
|
git \
|
|
curl \
|
|
zip \
|
|
make \
|
|
livecd-tools
|