0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-25 18:30:04 +00:00

13 lines
305 B
Docker
Raw Normal View History

FROM i386/debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
2019-11-20 14:59:36 +01:00
RUN sed -i 's/deb.debian.org/http:\/\/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