From: Matous Holinka Date: Wed, 29 Apr 2020 14:15:17 +0000 (+0200) Subject: mh-ubuntu1910: Dockerfile contained an unsupport version of docker image X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1844a42e00052c51dd84abbb236b7d718e0df2b3;p=thirdparty%2Fbird.git mh-ubuntu1910: Dockerfile contained an unsupport version of docker image --- diff --git a/misc/docker/ubuntu-19.10-amd64/Dockerfile b/misc/docker/ubuntu-19.10-amd64/Dockerfile new file mode 100644 index 000000000..8119e4390 --- /dev/null +++ b/misc/docker/ubuntu-19.10-amd64/Dockerfile @@ -0,0 +1,12 @@ +FROM ubuntu:19.10 +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