Skip to content

Commit ab92b0a

Browse files
Centos8 ansible execution fix (#423)
* install python2 pyyaml for ansible * need requests for uf image ansible * combine pip steps
1 parent b39dec0 commit ab92b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py23-image/centos-8/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
2626
RUN yum remove -y --setopt=tsflags=noscripts gcc openssl-devel bzip2-devel libffi-devel \
2727
&& yum autoremove -y \
2828
&& yum clean all
29-
RUN pip3 --no-cache-dir install ansible requests
29+
RUN pip3 --no-cache-dir install ansible requests \
30+
&& pip --no-cache-dir install pyyaml requests

0 commit comments

Comments
 (0)