mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
9
README.md
Normal file
9
README.md
Normal file
@@ -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/).
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user