Skip to content

Commit

Permalink
docker: retrieve vimrc + zshrc from github
Browse files Browse the repository at this point in the history
Avoid depending on git.grml.org service which we might deprecate
  • Loading branch information
mika committed Feb 6, 2023
1 parent 3a8d2b7 commit 594d9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 594d9d1

Please sign in to comment.