From 599b04af38cbcc7c0c1cc5c07bec9ec495f65288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 12 Jun 2018 13:56:49 +0200 Subject: [PATCH] Remove step that is no longer needed zshrc setup --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 \