We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66125ea commit 77e3b97Copy full SHA for 77e3b97
1 file changed
docker/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update \
24
&& pip install pipenv pylint yapf
25
26
# Install & setup development tools
27
-COPY ../.vimrc /root/.vimrc
+COPY .vimrc /root/.vimrc
28
RUN apt-get install -y build-essential cmake curl git git-flow vim \
29
&& git clone https://github.com/VundleVim/Vundle.vim.git \
30
/root/.vim/bundle/Vundle.vim \
0 commit comments