Skip to content

Commit 82b5d21

Browse files
committed
python39 for centos and ubuntu
1 parent b342213 commit 82b5d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
2323
rpm-build \
2424
gcc gcc-c++ make cmake \
2525
cyrus-sasl-devel openssl-devel libuuid-devel \
26-
python3-devel swig \
26+
python39-devel swig \
2727
libnghttp2-devel \
2828
wget tar patch findutils git libasan libubsan libtsan \
2929
&& microdnf clean all -y
@@ -46,7 +46,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
4646
RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
4747
glibc \
4848
cyrus-sasl-lib cyrus-sasl-plain cyrus-sasl-gssapi openssl \
49-
python3 \
49+
python39 \
5050
libnghttp2 \
5151
gdb libasan libubsan libtsan \
5252
gettext hostname iputils \

0 commit comments

Comments
 (0)