summaryrefslogtreecommitdiffstats
path: root/docker-api/src/test/resources/systest/Dockerfile.template
diff options
context:
space:
mode:
Diffstat (limited to 'docker-api/src/test/resources/systest/Dockerfile.template')
-rw-r--r--docker-api/src/test/resources/systest/Dockerfile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-api/src/test/resources/systest/Dockerfile.template b/docker-api/src/test/resources/systest/Dockerfile.template
index 2f388cf864a..4c58fefbc72 100644
--- a/docker-api/src/test/resources/systest/Dockerfile.template
+++ b/docker-api/src/test/resources/systest/Dockerfile.template
@@ -3,7 +3,7 @@ FROM $VESPA_BASE_IMAGE
# Don't autostart anything when building image
RUN yinst set root.autostart=off
-RUN yinst install -branch test vespa_systemtest_base vespa_systemtest_gems
+RUN yinst install -branch test yruby-2.3.1_1 vespa_test-$(yinst ls vespa | grep -Eo "[0-9]\.[0-9]+\.[0-9]+") vespa_systemtest_deps
# Start node_server through bash to avoid zombie processes, see
# https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/