0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-23 14:57:02 +00:00
2020-04-29 16:34:06 +02:00

12 lines
157 B
Docker

FROM centos:latest
RUN yum -y update
RUN yum -y install \
autoconf \
flex \
bison \
pkgconfig \
'readline-devel' \
'pkgconfig(ncurses)' \
gcc \
make