From 2f808f8a4e6224478e1c9efb85c1a4b3f24df087 Mon Sep 17 00:00:00 2001 From: Christian Höltje Date: Wed, 12 Jul 2017 02:46:32 -0400 Subject: test-in-docker: Support for multiple ZSH versions -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu --- docker/zplugin/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/zplugin/Dockerfile') diff --git a/docker/zplugin/Dockerfile b/docker/zplugin/Dockerfile index dc723606..90c35c0e 100644 --- a/docker/zplugin/Dockerfile +++ b/docker/zplugin/Dockerfile @@ -1,4 +1,5 @@ -FROM p9k:base +ARG base +FROM p9k:${base} COPY docker/zplugin/install.zsh /tmp/ RUN zsh /tmp/install.zsh -- cgit v1.2.3