Skip to content

Commit

Permalink
use previous installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago3keran committed May 3, 2024
1 parent 6412578 commit ca666b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm -rf 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" && \
sudo sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/11e9af56fe00edb06d19ee8e7f8bfb222230699b/installer.sh && \
sh installer.sh "~/.local/share/dein" --use-neovim-config && \
rm installer.sh

RUN curl -fsSLO https://deno.land/install.sh \
Expand Down
5 changes: 2 additions & 3 deletions dotfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm -rf 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" && \
sudo sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/11e9af56fe00edb06d19ee8e7f8bfb222230699b/installer.sh && \
sh installer.sh "~/.local/share/dein" --use-neovim-config && \
rm installer.sh

RUN curl -fsSLO https://deno.land/install.sh \
Expand Down
5 changes: 2 additions & 3 deletions python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm -rf 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" && \
sudo sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/11e9af56fe00edb06d19ee8e7f8bfb222230699b/installer.sh && \
sh installer.sh "~/.local/share/dein" --use-neovim-config && \
rm installer.sh

RUN curl -fsSLO https://deno.land/install.sh \
Expand Down
5 changes: 2 additions & 3 deletions react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm -rf 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" && \
sudo sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/11e9af56fe00edb06d19ee8e7f8bfb222230699b/installer.sh && \
sh installer.sh "~/.local/share/dein" --use-neovim-config && \
rm installer.sh

RUN curl -fsSLO https://deno.land/install.sh \
Expand Down
5 changes: 2 additions & 3 deletions ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN wget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.
rm -rf 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" && \
sudo sh installer.sh "${HOME}/.local/share/dein" --use-neovim-config && \
RUN wget https://raw.githubusercontent.com/Shougo/dein-installer.vim/11e9af56fe00edb06d19ee8e7f8bfb222230699b/installer.sh && \
sh installer.sh "~/.local/share/dein" --use-neovim-config && \
rm installer.sh

RUN curl -fsSLO https://deno.land/install.sh \
Expand Down

0 comments on commit ca666b9

Please sign in to comment.