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 06a3bdb commit 2245669Copy full SHA for 2245669
ci/base-images/opensuse/Dockerfile.python39
@@ -21,7 +21,7 @@ RUN set -e; \
21
;; \
22
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
23
esac \
24
- && 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 \
25
python39 python39-devel python39-pip findutils java-23-openjdk-devel \
26
bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-devel \
27
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \
0 commit comments