summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/vespa-standalone-container.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/vespa-standalone-container.spec b/standalone-container/vespa-standalone-container.spec
index 31312bde6f7..c8029a81bf6 100644
--- a/standalone-container/vespa-standalone-container.spec
+++ b/standalone-container/vespa-standalone-container.spec
@@ -62,6 +62,7 @@ declare -a modules=(
vespa-athenz
vespaclient-container-plugin
zkfacade
+ zookeeper-server
)
for module in "${modules[@]}"; do
cp "$module"/target/"$module"-jar-with-dependencies.jar "$jars_dir"