zookeeper ships with an appropriate java now

This commit is contained in:
Robert Hensing 2022-04-08 00:04:13 +02:00
parent fbb56568e9
commit 40fd74e71f

View file

@ -53,7 +53,7 @@
}) })
]; ];
image.command = [ image.command = [
"${pkgs.zookeeper.override { jre = pkgs.jdk8_headless; }}/bin/zkServer.sh" "${pkgs.zookeeper}/bin/zkServer.sh"
"--config" "--config"
"${./zookeeper}" "${./zookeeper}"
"start-foreground" "start-foreground"