Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 456 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 456 Bytes

ci_dockerfile

install

make all

packages

  • ag
  • cmake
  • ctags
  • fpp
  • fzf
  • go
  • gotags
  • htop
  • httpie
  • jid
  • llvm
  • jq
  • lf
  • ncdu
  • neovim
  • node
  • python
  • tig
  • tmux
  • wtfutil
  • zsh
# example of manual building for ubuntu 20.04
docker build -t fastide/toolbox-ubuntu:20.04 --build-arg OS_FAMILY=ubuntu --build-arg OS_VERSION=20.04 .