Skip to content

Commit

Permalink
Python 3.9 tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 5, 2025
1 parent 06a3bdb commit 2245669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/base-images/opensuse/Dockerfile.python39
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -e; \
;; \
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
esac \
&& zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
&& zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
python39 python39-devel python39-pip findutils java-23-openjdk-devel \
bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-devel \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \
Expand Down

0 comments on commit 2245669

Please sign in to comment.