bird/misc/docker/fedora-32-amd64/Dockerfile

19 lines
256 B
Docker
Raw Normal View History

FROM fedora:32
RUN dnf -y update
RUN dnf -y install \
gcc \
make \
flex \
bison \
autoconf \
libssh-devel \
ncurses-devel \
readline-devel
RUN dnf -y install \
git \
rpm-build \
systemd-rpm-macros \
python3 \
python3-pip \
python3-setuptools