FROM centos:7.9.2009

MAINTAINER phomburg@ripe.net

RUN yum -y update
RUN yum -y install git
RUN yum -y install rpm-build
RUN yum -y install openssl-devel
RUN yum -y install ncurses-devel
RUN yum -y install autoconf
RUN yum -y install automake
RUN yum -y install libtool
RUN yum -y install make
RUN yum -y install wget.x86_64
RUN yum -y install createrepo
RUN yum -y install which
RUN yum -y install file
