mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-25 03:01:55 +00:00
12 lines
156 B
Docker
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
|