0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-11 03:21:53 +00:00
bird/misc/docker/debian-7-i386/Dockerfile

13 lines
261 B
Docker
Raw Normal View History

FROM i386/debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
2019-11-20 08:35:34 +00:00
RUN sed -i 'http://archive.debian.org/debian/'
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install \
autoconf \
build-essential \
flex \
bison \
ncurses-dev \
libreadline-dev