Files

13 lines
281 B
Docker
Raw Permalink Normal View History

2017-08-17 15:02:35 +02:00
FROM debian:testing-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 \
build-essential \
flex \
bison \
2021-05-19 19:10:09 +02:00
autoconf \
2017-08-17 15:02:35 +02:00
ncurses-dev \
libreadline-dev