0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-04 07:10:03 +00:00
2019-11-20 14:16:55 +01:00

13 lines
271 B
Docker

FROM debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 'archive.debian.org/debian/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install \
autoconf \
build-essential \
flex \
bison \
ncurses-dev \
libreadline-dev