bird/misc/docker/centos-7-amd64/Dockerfile
Matous Holinka 0c4dca7ffd CI: Package build for more platforms
.gitlab-ci.yml:
+ pkg targets for some distros added
+ artifacts added
- some distros were commented out (due to errors).

misc/docker/*:
+ Dockerfiles updated with the necessary packages.
2021-05-20 04:21:26 +02:00

19 lines
245 B
Docker

FROM centos:7
RUN yum -y upgrade
RUN yum -y install \
gcc \
make \
flex \
bison \
autoconf \
libssh-devel \
ncurses-devel \
readline-devel
RUN yum -y install \
git \
rpm-build \
systemd \
python3 \
python3-pip \
python3-setuptools