We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a09aa0 commit 9c374fbCopy full SHA for 9c374fb
2 files changed
package-lists/build/main.pkgs
@@ -15,6 +15,7 @@ drgn
15
docker-python-image
16
gdb-python
17
grub2
18
+host-jdks
19
libkdumpfile
20
make-jpkg
21
makedumpfile
packages/virtualization/config.sh
@@ -17,7 +17,7 @@
# shellcheck disable=SC2034
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/app/dlpx-app-gate.git"
-PACKAGE_DEPENDENCIES="adoptopenjdk crypt-blowfish misc-debs"
+PACKAGE_DEPENDENCIES="adoptopenjdk crypt-blowfish host-jdks misc-debs"
22
function prepare() {
23
logmust install_pkgs \
@@ -43,6 +43,7 @@ function prepare() {
43
44
"$DEPDIR"/adoptopenjdk/*.deb \
45
"$DEPDIR"/crypt-blowfish/*.deb \
46
+ "$DEPDIR"/host-jdks/*.deb \
47
"$DEPDIR"/misc-debs/unzip_6.0-21ubuntu1_amd64.deb
48
}
49
0 commit comments