bazel(ci): fix opensuse build

This commit is contained in:
Mizux Seiha
2024-07-16 10:40:26 +02:00
parent ff186f8fd9
commit 46bbc9b165

View File

@@ -15,6 +15,12 @@ https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/bazelisk-linux-
&& chmod +x bazelisk-linux-amd64 \
&& mv bazelisk-linux-amd64 /usr/local/bin/bazel
# Install Java JDK and Maven
RUN zypper refresh \
&& zypper install -y java-17-openjdk-devel maven \
&& zypper clean -a
ENV PATH=/usr/share/maven/bin:$PATH
# Install Python
RUN zypper update -y \
&& zypper install -y python3 python3-pip python3-devel \