diff options
Diffstat (limited to 'docker/Dockerfile')
-rwxr-xr-x | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index e1d33ef6..0a148c58 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ ARG HTTPS_PROXY=${HTTPS_PROXY} ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTPS_PROXY -RUN sed -i "s|compatible|nocompatible|" /etc/vim/vimrc.tiny \ & +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 |