We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39dec0 commit ab92b0aCopy full SHA for ab92b0a
py23-image/centos-8/Dockerfile
@@ -26,4 +26,5 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
26
RUN yum remove -y --setopt=tsflags=noscripts gcc openssl-devel bzip2-devel libffi-devel \
27
&& yum autoremove -y \
28
&& yum clean all
29
-RUN pip3 --no-cache-dir install ansible requests
+RUN pip3 --no-cache-dir install ansible requests \
30
+ && pip --no-cache-dir install pyyaml requests
0 commit comments