From e81694927e2c8ebef0ff7f88eb661d321eea43b6 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 30 Mar 2020 16:38:44 -0400 Subject: [PATCH] doc: Note that yum addressed in recent manylinux2014-x64 This patch is intended to trigger a build / deploy based on the latest upstream manylinux2014-x64 image. --- manylinux2014-x64/Dockerfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/manylinux2014-x64/Dockerfile.in b/manylinux2014-x64/Dockerfile.in index 03be359..9369d28 100644 --- a/manylinux2014-x64/Dockerfile.in +++ b/manylinux2014-x64/Dockerfile.in @@ -1,3 +1,4 @@ +# Recent versions address yum functionality FROM quay.io/pypa/manylinux2014_x86_64:latest MAINTAINER Matt McCormick "matt.mccormick@kitware.com"