Skip to content

Commit

Permalink
Set the version of Python to 3.9 in the Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Feb 28, 2023
1 parent 361f52b commit bcc5ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
rpm-build \
gcc gcc-c++ make cmake \
cyrus-sasl-devel openssl-devel libuuid-devel \
python3-devel swig \
python39-devel swig \
libnghttp2-devel \
wget tar patch findutils git libasan libubsan libtsan \
&& microdnf clean all -y
Expand All @@ -46,7 +46,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
glibc \
cyrus-sasl-lib cyrus-sasl-plain cyrus-sasl-gssapi openssl \
python3 \
python39 \
libnghttp2 \
gdb libasan libubsan libtsan \
gettext hostname iputils \
Expand Down

0 comments on commit bcc5ca0

Please sign in to comment.