Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadmin4j authored May 27, 2024
1 parent 0474e8b commit 2b0254c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,22 @@ RUN curl -f -L ${POWERLEVEL10K_URL} -o powerlevel10k.tar.gz && \
COPY --chown=${USERNAME} .config/nvim ${HOME}/.config/nvim

# nvim bootstrap (to avoid noice pop-up)
RUN nvim --headless +"600sleep" +"qa!"
#RUN nvim --headless +"Lazy check" +"Lazy update" +"15sleep" +"qa!"
#RUN nvim --headless +"Mason" +"MasonInstall \
# lua-language-server \
# stylua \
# docker-compose-language-service \
# dockerfile-language-server \
# shfmt \
# typescript-language-server \
# json-lsp \
# pyright \
# ruff-lsp \
# hadolint \
# markdownlint \
# marksman \
# ruff-lsp \
# --target=linux_x64_gnu" +"qa!"
RUN nvim --headless +"15sleep" +"qa!"
RUN nvim --headless +"Lazy check" +"Lazy update" +"15sleep" +"qa!"
RUN nvim --headless +"Mason" +"MasonInstall \
lua-language-server
stylua \
docker-compose-language-service \
dockerfile-language-server \
shfmt \
typescript-language-server \
json-lsp \
pyright \
ruff-lsp \
hadolint \
markdownlint \
marksman \
ruff-lsp \
--target=linux_x64_gnu" +"qa!"

CMD ["/bin/zsh"]

0 comments on commit 2b0254c

Please sign in to comment.