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:
parent
df318488c9
commit
2f808f8a4e
17 changed files with 266 additions and 68 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM p9k:base
|
||||
ARG base
|
||||
FROM p9k:${base}
|
||||
|
||||
COPY docker/omz/install.zsh /tmp/
|
||||
RUN zsh /tmp/install.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue