Skip to content

Commit

Permalink
#917: Updated Ubuntu JDK package and fix build_deps (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben authored Jun 6, 2024
1 parent 290976a commit bcbb1c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV BAZEL_PACKAGE_VERSION="5.2.0"
ENV BAZEL_PACKAGE_FILE="bazel_$BAZEL_PACKAGE_VERSION-linux-x86_64.deb"
ENV BAZEL_PACKAGE_URL="https://github.com/bazelbuild/bazel/releases/download/$BAZEL_PACKAGE_VERSION/$BAZEL_PACKAGE_FILE"

RUN /scripts/install_scripts/install_via_apt.pl --file /build_info/packages/build_deps/apt_get_packages
RUN /scripts/install_scripts/install_via_apt.pl --file /build_info/packages/build_deps/apt_get_packages --with-versions

RUN apt-get -y update && \
curl -L --output "$BAZEL_PACKAGE_FILE" "$BAZEL_PACKAGE_URL" && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coreutils|8.28-1ubuntu1
locales|2.27-3ubuntu1.6
tar|1.29b-2ubuntu0.4
curl|7.68.0-1ubuntu2.19
openjdk-11-jdk|11.0.19+7~us1-0ubuntu1~20.04.1
build-essential|12.4ubuntu1
libpcre3-dev|2:8.39-9ubuntu0.1
protobuf-compiler|3.0.0-9.1ubuntu1.1
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
tar|1.34+dfsg-1ubuntu0.1.22.04.2
curl|7.81.0-1ubuntu1.16
openjdk-11-jdk|11.0.23+9-1ubuntu1~22.04.1
build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
protobuf-compiler|3.12.4-1ubuntu7.22.04.1
chrpath|0.16-2

0 comments on commit bcbb1c2

Please sign in to comment.