aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-21 23:18:12 +0000
committerCody Hiar <codyfh@gmail.com>2017-02-21 23:18:12 +0000
commit876fc7439d5675d5fdc3f0cdcd8d90e7cf4f80af (patch)
treeb8d96e0fac79c17c361ca7d8afcf70217ea303c3 /Dockerfile
parent281ea368b258b4f3466219f2a3d98dbffe5c40ef (diff)
Adding vimdiff and git config so I can use neovim for staging changes
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index d517454..982f446 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,6 +27,7 @@ RUN apk add --no-cache \
neovim \
neovim-doc \
ctags \
+ vimdiff \
# Needed for python pip installs
musl-dev \
gcc \
@@ -76,6 +77,8 @@ RUN ldconfig /usr/local/lib
########################################
# Add some aliases
ADD bashrc /root/.bashrc
+# Add my git config
+ADD gitconfig /root/.gitconfig
# Change the workdir, Put it inside root so I can see neovim settings in finder
WORKDIR /root/app
# Better terminal support