0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-27 04:01:53 +00:00
bird/misc/docker/opensuse-15.0-amd64/Dockerfile

12 lines
156 B
Docker
Raw Normal View History

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