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 8d3efd5 commit 27201c1Copy full SHA for 27201c1
py23-image/redhat-8/Dockerfile
@@ -9,4 +9,5 @@ RUN microdnf -y --nodocs update \
9
&& ln -sf /usr/bin/pip3.8 /usr/bin/pip3 \
10
&& ln -sf /usr/bin/python3.8 /usr/bin/python \
11
&& ln -sf /usr/bin/pip3.8 /usr/bin/pip \
12
- && pip3 install --upgrade requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
+ && pip3 install --upgrade requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0 \
13
+ && sed -i '/^\[defaults\]/a\interpreter_python = /usr/bin/python3' /opt/ansible/ansible.cfg
0 commit comments