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 98677d5 commit 27a20adCopy full SHA for 27a20ad
ci/docker/connector_test_fips/Dockerfile
@@ -12,6 +12,8 @@ RUN chmod 777 /home/user
12
13
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
14
15
-RUN yum install -y redhat-rpm-config gcc libffi-devel openssl openssl-devel centos-release-scl
16
-RUN yum install -y rh-python38 rh-python38-python-devel
+RUN yum install -y redhat-rpm-config gcc libffi-devel openssl openssl-devel centos-release-scl && \
+ yum install -y rh-python38 rh-python38-python-devel && \
17
+ yum clean all && \
18
+ rm -rf /var/cache/yum
19
RUN scl enable rh-python38 "python3.8 -m pip install --user --upgrade pip setuptools wheel"
0 commit comments