0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-20 21:37:03 +00:00

12 lines
156 B
Docker

FROM opensuse/leap:15.1
RUN zypper -n up
RUN zypper -n install \
autoconf \
flex \
bison \
pkgconfig \
readline-devel \
ncurses-devel \
gcc \
gmake