diff --git a/Dockerfile b/Dockerfile index f231bd1..ee6215a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM debian:unstable -COPY . / - RUN export DEBIAN_FRONTEND=noninteractive &&\ apt-get update &&\ apt-get install -y locales @@ -21,6 +19,8 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\ rm -rf /var/lib/apt/lists/* &&\ ln -sf /bin/bash /bin/sh +COPY . / + RUN cd /root &&\ git clone https://git.strongds.hu/mrtoth/zshrc.git &&\ echo "/root/.oh-my-zsh" > zshrc/oh-my-zsh_path &&\