mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Install util-linux
This commit is contained in:
parent
c570a5d36b
commit
0bc569721e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue