diff --git a/cni.Dockerfile b/cni.Dockerfile index bcfb072ca..ad111e052 100644 --- a/cni.Dockerfile +++ b/cni.Dockerfile @@ -11,7 +11,8 @@ ARG UPPER_CONSTRAINTS_FILE="https://releases.openstack.org/constraints/upper/mas ARG OSLO_LOCK_PATH=/var/kuryr-lock ARG PKG_YUM_REPO=https://rdoproject.org/repos/rdo-release.rpm -RUN yum install -y epel-release $PKG_YUM_REPO \ +RUN yum upgrade -y \ + && yum install -y epel-release $PKG_YUM_REPO \ && yum install -y --setopt=tsflags=nodocs python3-pip openvswitch sudo iproute libstdc++ pciutils kmod-libs \ && yum install -y --setopt=tsflags=nodocs gcc gcc-c++ python3-devel git diff --git a/controller.Dockerfile b/controller.Dockerfile index 8d0daa6f5..a7093fbbc 100644 --- a/controller.Dockerfile +++ b/controller.Dockerfile @@ -3,7 +3,8 @@ LABEL authors="Antoni Segura Puimedon, MichaƂ Dulko