Add Dockerfile for zshing framework
This commit is contained in:
parent
0b92e915c4
commit
4178240b24
2 changed files with 23 additions and 0 deletions
7
docker/zshing/Dockerfile
Normal file
7
docker/zshing/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
ARG base
|
||||
FROM p9k:${base}
|
||||
|
||||
COPY docker/zshing/install.zsh /tmp/
|
||||
RUN zsh /tmp/install.zsh
|
||||
|
||||
COPY ./ p9k/
|
Loading…
Add table
Add a link
Reference in a new issue