diff --git a/README.md b/README.md new file mode 100644 index 0000000..72df0b2 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## dockerfiles + +This is a repo to hold various Dockerfiles for images I create. + +I try to make sure each has a command at the top for running it, +if a file you are looking at does not have a command, please +pull request it! + +Almost all of these live on dockerhub under [jess](https://registry.hub.docker.com/repos/jess/). diff --git a/mutt/Dockerfile b/mutt/Dockerfile index d80ed19..dd7ff43 100644 --- a/mutt/Dockerfile +++ b/mutt/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir -p $HOME/.mutt/cache/headers $HOME/.mutt/cache/bodies \ # vim settings RUN git clone https://github.com/jfrazelle/.vim.git $HOME/.vim \ && git clone https://github.com/altercation/vim-colors-solarized $HOME/.vim/bundle/vim-colors-solarized \ - && cp $HOME/.vim/vimrc.txt $HOME/.vimrc + && cp $HOME/.vim/vimrc $HOME/.vimrc ENV LANG C.UTF-8