From b70bfb893dcc2fdf365e79f3843ea9bf93950e45 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Wed, 18 Oct 2023 10:42:42 -0500 Subject: [PATCH] Add python wheel package to i386 image --- centos7/Dockerfile.i386 | 1 + 1 file changed, 1 insertion(+) diff --git a/centos7/Dockerfile.i386 b/centos7/Dockerfile.i386 index b82c5f8..1d7073d 100644 --- a/centos7/Dockerfile.i386 +++ b/centos7/Dockerfile.i386 @@ -49,3 +49,4 @@ RUN cd /tmp && rm -rf gcc-* RUN python3.6 -m pip install --upgrade cython RUN python3.6 -m pip install --upgrade setuptools +RUN python3.6 -m pip install --upgrade wheel