Skip to content

Commit

Permalink
docker: fix mkdir $NVIM_PYTHON_LOG_FILE to /tmp/log
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed May 26, 2017
1 parent 011c2cc commit 014cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux \
\
&& wget -q -O - https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz | tar xzf - --strip-components=1 -C "/usr/local" \
\
&& mkdir -p $XDG_CONFIG_HOME $XDG_CACHE_HOME $XDG_DATA_HOME /root/.config/nvim ${NVIM_PYTHON_LOG_FILE} \
&& mkdir -p $XDG_CONFIG_HOME $XDG_CACHE_HOME $XDG_DATA_HOME /root/.config/nvim /tmp/log \
&& touch /root/.config/nvim/init.vim \
\
&& dpkgArch="$(dpkg --print-architecture)"; \
Expand Down

0 comments on commit 014cdf0

Please sign in to comment.