]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
mh-centos8: minor fixes mh-centos8
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 29 Apr 2020 14:34:06 +0000 (16:34 +0200)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 29 Apr 2020 14:34:06 +0000 (16:34 +0200)
misc/docker/centos-8-amd64/Dockerfile

index ed1081ed4714ad399c13d8ed8d710dc6a9d7bcae..2454870f042ffedd08908f5a9954ca0a469eb6c1 100644 (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 \