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 c7f429f commit c30168eCopy full SHA for c30168e
internal/scaffold/ansible/build_test_framework_dockerfile.go
@@ -45,15 +45,8 @@ USER 0
45
# yum clean all && rm -rf /var/yum/cache/* first
46
RUN yum clean all && rm -rf /var/cache/yum/* \
47
&& yum -y update \
48
- && yum install -y python36-devel gcc libffi-devel
49
-
50
-# ubi7
51
-RUN if $(cat /etc/redhat-release | grep --quiet 'release 7'); then (yum install -y python36-pip || true); fi
52
-# ubi8
53
-RUN if $(cat /etc/redhat-release | grep --quiet 'release 8'); then (yum install -y python3-pip || true); fi
54
+ && yum install -y python36-devel gcc libffi-devel python3-pip
55
RUN pip3 install --user molecule==2.22
56
57
ARG NAMESPACEDMAN
58
ADD $NAMESPACEDMAN /namespaced.yaml
59
ADD build/test-framework/ansible-test.sh /ansible-test.sh
0 commit comments