Include my .vimrc

This commit is contained in:
Kristóf Tóth
2018-05-24 20:21:07 +02:00
parent 629e7769ca
commit 9031a06898
3 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM debian:unstable
COPY . /
RUN export DEBIAN_FRONTEND=noninteractive &&\
apt-get update &&\
apt-get install -y \