From 14adec7159475f5908a875ade9e8cca42ef8137b Mon Sep 17 00:00:00 2001 From: tamago3keran Date: Thu, 2 May 2024 14:16:52 +0000 Subject: [PATCH] check whoami --- base/Dockerfile | 2 +- dotfiles/Dockerfile | 2 +- python/Dockerfile | 2 +- react/Dockerfile | 2 +- ruby/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 169b273..f27eb6e 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -13,7 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64. rm nvim-linux64.tar.gz RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \ - mkdir -p "${HOME}/.local/share/dein" && \ + whoami && \ sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \ rm installer.sh diff --git a/dotfiles/Dockerfile b/dotfiles/Dockerfile index 295e03e..5cacbeb 100644 --- a/dotfiles/Dockerfile +++ b/dotfiles/Dockerfile @@ -13,7 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64. rm nvim-linux64.tar.gz RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \ - mkdir -p "${HOME}/.local/share/dein" && \ + whoami && \ sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \ rm installer.sh diff --git a/python/Dockerfile b/python/Dockerfile index 5a2d619..4da3ae3 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -13,7 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64. rm nvim-linux64.tar.gz RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \ - mkdir -p "${HOME}/.local/share/dein" && \ + whoami && \ sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \ rm installer.sh diff --git a/react/Dockerfile b/react/Dockerfile index b9ff2a7..9e85ade 100644 --- a/react/Dockerfile +++ b/react/Dockerfile @@ -13,7 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64. rm nvim-linux64.tar.gz RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \ - mkdir -p "${HOME}/.local/share/dein" && \ + whoami && \ sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \ rm installer.sh diff --git a/ruby/Dockerfile b/ruby/Dockerfile index 805f1fb..d654cb4 100644 --- a/ruby/Dockerfile +++ b/ruby/Dockerfile @@ -13,7 +13,7 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64. rm nvim-linux64.tar.gz RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh && \ - mkdir -p "${HOME}/.local/share/dein" && \ + whoami && \ sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \ rm installer.sh