summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/docker/Dockerfile b/res/docker/Dockerfile
index 963051e..78ed192 100644
--- a/res/docker/Dockerfile
+++ b/res/docker/Dockerfile
@@ -6,6 +6,9 @@ ARG HTTPS_PROXY=${HTTPS_PROXY}
ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTPS_PROXY
+RUN sed -i "s|set compatible|set nocompatible|" /etc/vim/vimrc.tiny \ &
+ echo "set backspace=2" >> /etc/vim/vimrc.tiny
+
RUN echo "mysql-server mysql-server/root_password password root" | debconf-set-selections
RUN echo "mysql-server mysql-server/root_password_again password root" | debconf-set-selections