mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
5c4dfe0c30
Add configuration and docker definitions for tests and builds in Gitlab CI platform. Some of them currently fail, which is a known problem.
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
|