0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00
bird/misc/docker/debian-7-i386/Dockerfile

14 lines
419 B
Docker
Raw Normal View History

FROM i386/debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
2019-11-21 13:58:34 +00:00
RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy main' > /etc/apt/sources.list
RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy-updates main' >> /etc/apt/sources.list
2019-11-20 13:59:36 +00:00
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install \
autoconf \
build-essential \
flex \
bison \
ncurses-dev \
libreadline-dev