Skip to content

Commit 2245669

Browse files
committed
Python 3.9 tweaks
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 06a3bdb commit 2245669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-images/opensuse/Dockerfile.python39

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -e; \
2121
;; \
2222
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
2323
esac \
24-
&& zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
24+
&& zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
2525
python39 python39-devel python39-pip findutils java-23-openjdk-devel \
2626
bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-devel \
2727
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \

0 commit comments

Comments
 (0)