mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 21:28:43 +00:00
13 lines
157 B
Docker
13 lines
157 B
Docker
|
FROM opensuse/leap:15.3
|
||
|
|
||
|
RUN zypper -n up
|
||
|
RUN zypper -n install \
|
||
|
autoconf \
|
||
|
flex \
|
||
|
bison \
|
||
|
pkgconfig \
|
||
|
readline-devel \
|
||
|
ncurses-devel \
|
||
|
gcc \
|
||
|
gmake
|