diff options
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r-- | qa/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index e4b860b08b2..126d9fbc591 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -39,6 +39,12 @@ RUN wget -q https://chromedriver.storage.googleapis.com/$(wget -q -O - https://c RUN unzip chromedriver_linux64.zip -d /usr/local/bin ## +# Install K3d local cluster support +# https://github.com/rancher/k3d +# +RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG=v1.3.4 bash + +## # Install gcloud and kubectl CLI used in Auto DevOps test to create K8s # clusters # |