0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

mh-ubuntu1910: previous Dockerfile didn't work. Supported version was added

This commit is contained in:
Matous Holinka 2020-04-29 17:49:23 +02:00
parent 1844a42e00
commit 014625af46

View File

@ -1,12 +0,0 @@
FROM ubuntu:19.04
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