mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-08 10:27:30 +01:00
9 lines
129 B
Docker
9 lines
129 B
Docker
|
ARG base
|
||
|
FROM p9k:${base}
|
||
|
|
||
|
COPY docker/omz/install.zsh /tmp/
|
||
|
RUN zsh /tmp/install.zsh
|
||
|
|
||
|
COPY docker/omz/zshrc .zshrc
|
||
|
COPY ./ p9k/
|