X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docker%2FDockerfile;h=00d3f32f5e610cbc64403155df9abe96afe5a2d8;hb=0d49f1b86d1431e34ec053483de1516bdabe1e3f;hp=5439785de0181c69eb36da0afc042e06406de361;hpb=1239389195ada5f51435dc8d8476a71b88090092;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