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 b342213 commit 82b5d21Copy full SHA for 82b5d21
Containerfile
@@ -23,7 +23,7 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
23
rpm-build \
24
gcc gcc-c++ make cmake \
25
cyrus-sasl-devel openssl-devel libuuid-devel \
26
- python3-devel swig \
+ python39-devel swig \
27
libnghttp2-devel \
28
wget tar patch findutils git libasan libubsan libtsan \
29
&& microdnf clean all -y
@@ -46,7 +46,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
46
RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
47
glibc \
48
cyrus-sasl-lib cyrus-sasl-plain cyrus-sasl-gssapi openssl \
49
- python3 \
+ python39 \
50
libnghttp2 \
51
gdb libasan libubsan libtsan \
52
gettext hostname iputils \
0 commit comments