diff --git a/Dockerfile b/Dockerfile index 3ae83a3..09da268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\ COPY . / RUN git clone https://git.strongds.hu/mrtoth/zshrc.git ~/zshrc &&\ - echo "${HOME}/.oh-my-zsh" > ~/zshrc/oh-my-zsh_path &&\ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&\ ln -sf ~/zshrc/rc ~/.zshrc &&\ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \