4 lines
69 B
Docker
4 lines
69 B
Docker
FROM fedora:latest
|
|
|
|
RUN dnf install -y make automake gcc rpmdevtools
|
FROM fedora:latest
|
|
|
|
RUN dnf install -y make automake gcc rpmdevtools
|