Files

19 lines
245 B
Docker
Raw Permalink Normal View History

2017-08-17 15:02:35 +02:00
FROM centos:7
RUN yum -y upgrade
RUN yum -y install \
2021-05-19 19:10:09 +02:00
gcc \
make \
2017-08-17 15:02:35 +02:00
flex \
bison \
2021-05-19 19:10:09 +02:00
autoconf \
libssh-devel \
ncurses-devel \
readline-devel
RUN yum -y install \
git \
rpm-build \
systemd \
python3 \
python3-pip \
python3-setuptools