0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00

mh-ubuntu1910: Dockerfile contained an unsupport version of docker image

This commit is contained in:
Matous Holinka 2020-04-29 16:15:17 +02:00
parent 17de3a023f
commit 1844a42e00

View File

@ -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