File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ DOCKER_USER_HOME=/home/developer
99
1010MIRROR_LIST_COUNTRY=RU
1111BUILD_PACKAGES="pyenv git gnupg sudo postgresql-libs mariadb-libs openmp"
12- VIM_PACKAGES="python vim ctags ripgrep bat npm nodejs-lts-iron "
12+ VIM_PACKAGES="python vim ctags ripgrep bat npm nodejs-lts-jod "
1313
1414PYTHON_VERSION=3.13
1515PYTHONUNBUFFERED=1
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN poetry install $POETRY_OPTIONS -n -v -C /build
5858FROM build-deps AS vim-ide
5959ARG DOCKER_USER=devuser
6060ARG DOCKER_USER_HOME=/home/devuser
61- ARG VIM_PACKAGES="python vim ctags ripgrep bat npm nodejs-lts-iron "
61+ ARG VIM_PACKAGES="python vim ctags ripgrep bat npm nodejs-lts-jod "
6262RUN pacman -Sy && pacman -S --noconfirm $VIM_PACKAGES
6363USER $DOCKER_USER
6464RUN curl -fLo $DOCKER_USER_HOME/.vim/autoload/plug.vim --create-dirs \
You can’t perform that action at this time.
0 commit comments