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
This commit is contained in:
Christian Höltje 2017-07-12 02:46:32 -04:00
commit 2f808f8a4e
17 changed files with 266 additions and 68 deletions

View file

@ -1,4 +1,5 @@
FROM p9k:base
ARG base
FROM p9k:${base}
COPY docker/zulu/install.zsh /tmp/
RUN zsh /tmp/install.zsh