Add Dockerfile for zshing framework

This commit is contained in:
Dominik Ritter 2018-07-12 00:16:10 +02:00 committed by Christian Höltje
commit 4178240b24
2 changed files with 23 additions and 0 deletions

7
docker/zshing/Dockerfile Normal file
View file

@ -0,0 +1,7 @@
ARG base
FROM p9k:${base}
COPY docker/zshing/install.zsh /tmp/
RUN zsh /tmp/install.zsh
COPY ./ p9k/