summaryrefslogtreecommitdiff
path: root/misc/docker/debian-8-i386/Dockerfile
blob: 9dd6f022159756c320880727b1c1e65d654a3b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM i386/debian:jessie-slim
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /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