First of all, thank you for this project, I was trying to install zsh on docker and found this very helpful.
The first time I built the image it worked well. When I tried to build my image again, the script fails because the directory already exists I guess. This is how I'm rebuilding it:
docker compose -f docker-compose.dev.yml up --build -d
And the error:
6.203 fatal: destination path '/root/.oh-my-zsh/custom/themes/powerlevel10k' already exists and is not an empty directory.
------
failed to solve: process "/bin/sh -c sh -c \"$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)\"" did not complete successfully: exit code: 128
First of all, thank you for this project, I was trying to install zsh on docker and found this very helpful.
The first time I built the image it worked well. When I tried to build my image again, the script fails because the directory already exists I guess. This is how I'm rebuilding it:
And the error: