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:
parent
17de3a023f
commit
1844a42e00
12
misc/docker/ubuntu-19.10-amd64/Dockerfile
Normal file
12
misc/docker/ubuntu-19.10-amd64/Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user