Skip to content

Commit

Permalink
chore(dockerfile): add more tools (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 9, 2024
1 parent ee40277 commit e78a7a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN printf 'yaybuilder ALL=(ALL) ALL\n' | tee -a /etc/sudoers
RUN pacman -Syu --noconfirm bash yay

# C/C++
RUN pacman -S --noconfirm gcc gdb valgrind llvm lldb lldb-mi clang ccls
RUN pacman -S --noconfirm gcc gdb valgrind llvm lldb lldb-mi clang ccls universal-tags cscope cmake bear arduino-ctags

# Rust
RUN pacman -S --noconfirm rustup
Expand All @@ -23,12 +23,12 @@ RUN pacman -S --noconfirm rustup
RUN pacman -S --noconfirm pyright python-lsp-server

# Common Lisp
RUN pacman -S --noconfirm sbcl ecl clisp quicklisp roswell
RUN pacman -S --noconfirm sbcl ecl cmucl clisp quicklisp roswell

# Plotting and graphs
RUN pacman -S --noconfirm dot-language-server graphviz

# Others
RUN sudo -u yaybuilder yay -S --noconfirm lemminx emacs-lsp-booster-git
RUN sudo -u yaybuilder yay -S --noconfirm lemminx emacs-lsp-booster-git rtags-git clink opengrok

CMD ["bash"]

0 comments on commit e78a7a5

Please sign in to comment.