1 2 3 4 5 6 7
FROM p9k:base COPY docker/zgen/install.zsh /tmp/ RUN zsh /tmp/install.zsh COPY ./ p9k/ COPY docker/zgen/zshrc .zshrc