aboutsummaryrefslogtreecommitdiff
path: root/docker/zplug
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2017-07-12 09:46:32 +0300
committerChristian Höltje <docwhat@gerf.org>2017-07-12 10:25:48 +0300
commit2f808f8a4e6224478e1c9efb85c1a4b3f24df087 (patch)
treec85a348791ba5bc6f1213924d564e1cb766f54f4 /docker/zplug
parentdf318488c9bad0fae2e38c8fd57afaade295f135 (diff)
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
Diffstat (limited to 'docker/zplug')
-rw-r--r--docker/zplug/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/zplug/Dockerfile b/docker/zplug/Dockerfile
index a87480be..89c23d54 100644
--- a/docker/zplug/Dockerfile
+++ b/docker/zplug/Dockerfile
@@ -1,4 +1,5 @@
-FROM p9k:base
+ARG base
+FROM p9k:${base}
COPY docker/zplug/install.zsh /tmp/
RUN zsh /tmp/install.zsh