mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-26 11:41:54 +00:00
12 lines
156 B
Docker
12 lines
156 B
Docker
FROM opensuse/leap:15.0
|
|
RUN zypper -n up
|
|
RUN zypper -n install \
|
|
autoconf \
|
|
flex \
|
|
bison \
|
|
pkgconfig \
|
|
readline-devel \
|
|
ncurses-devel \
|
|
gcc \
|
|
gmake
|