mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 16:20:06 +00:00
8 lines
103 B
Docker
8 lines
103 B
Docker
|
ARG base
|
||
|
FROM p9k:${base}
|
||
|
|
||
|
COPY docker/zshing/install.zsh /tmp/
|
||
|
RUN zsh /tmp/install.zsh
|
||
|
|
||
|
COPY ./ p9k/
|