mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-07 09:57:30 +01:00
9 lines
131 B
Docker
9 lines
131 B
Docker
ARG base
|
|
FROM p9k:${base}
|
|
|
|
COPY docker/zgen/install.zsh /tmp/
|
|
RUN zsh /tmp/install.zsh
|
|
|
|
COPY ./ p9k/
|
|
COPY docker/zgen/zshrc .zshrc
|