Skip to content

Commit

Permalink
check whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago3keran committed May 2, 2024
1 parent 519658a commit 14adec7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dotfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14adec7

Please sign in to comment.