mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 21:28:43 +00:00
11 lines
146 B
Docker
11 lines
146 B
Docker
|
FROM fedora:26
|
||
|
RUN dnf -y upgrade
|
||
|
RUN dnf -y install \
|
||
|
autoconf \
|
||
|
flex \
|
||
|
bison \
|
||
|
pkgconfig \
|
||
|
'readline-devel' \
|
||
|
'pkgconfig(ncurses)' \
|
||
|
gcc
|