Skip to content

Instantly share code, notes, and snippets.

@jk
Created December 13, 2016 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jk/c671da931cecd5fb7ff707a61e870a3f to your computer and use it in GitHub Desktop.
Save jk/c671da931cecd5fb7ff707a61e870a3f to your computer and use it in GitHub Desktop.
# Installs some things I need while debuging from inside a docker container
apt-get update
apt-get install -qy \
vim \
iputils-ping \
dnsutils \
traceroute \
mtr \
apt-file
apt-file update
touch $HOME/.vimrc
echo "set number" >> $HOME/.vimrc
echo "enable syntax" >> $HOME/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment