Created
December 13, 2016 16:12
-
-
Save jk/c671da931cecd5fb7ff707a61e870a3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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