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

mh-centos8: minor fixes

This commit is contained in:
Matous Holinka 2020-04-29 16:34:06 +02:00
parent 1844a42e00
commit 3dd6729c99

View File

@ -1,5 +1,5 @@
FROM centos:8
RUN yum -y upgrade
FROM centos:latest
RUN yum -y update
RUN yum -y install \
autoconf \
flex \