X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docker%2FDockerfile;h=00d3f32f5e610cbc64403155df9abe96afe5a2d8;hb=594d9d1b6e96d029ebf3a8cc737694340dd9b1a6;hp=5439785de0181c69eb36da0afc042e06406de361;hpb=3a8d2b760d4394a12901d0e6c0488b78f11e5ca1;p=grml-debootstrap.git diff --git a/docker/Dockerfile b/docker/Dockerfile index 5439785..00d3f32 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,8 +12,8 @@ RUN apt-get install -y grml-debootstrap bats eatmydata RUN apt-get install -y curl less vim wget zsh # grml config -RUN wget -O /root/.vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc -RUN wget -O /root/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc +RUN wget -O /root/.vimrc https://raw.githubusercontent.com/grml/grml-etc-core/master/etc/vim/vimrc +RUN wget -O /root/.zshrc https://raw.githubusercontent.com/grml/grml-etc-core/master/etc/zsh/zshrc # nice defaults ENV LANG C.UTF-8