mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
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:25
|
|
RUN dnf -y upgrade
|
|
RUN dnf -y install \
|
|
autoconf \
|
|
flex \
|
|
bison \
|
|
pkgconfig \
|
|
'readline-devel' \
|
|
'pkgconfig(ncurses)' \
|
|
gcc
|