Install util-linux

This commit is contained in:
Adrien Ferrand 2020-06-27 12:44:11 +02:00
parent c570a5d36b
commit 0bc569721e

View file

@ -9,8 +9,8 @@ ARG REDHAT_DIST_FLAVOR
RUN curl -O https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm \
&& rpm -ivh epel-release-latest-6.noarch.rpm
# Install pip and sudo:
RUN yum install -y python-pip sudo
# Install pip, sudo and additional utils:
RUN yum install -y python-pip sudo util-linux-ng
# Update to a stable and tested version of pip.
# We do not use pipstrap here because it no longer supports Python 2.6.
RUN pip install pip==9.0.1 setuptools==29.0.1 wheel==0.29.0