Last active
July 2, 2021 12:56
-
-
Save jonatanblue/71b91a6b4d03d5e95901fa3b44a3f4f1 to your computer and use it in GitHub Desktop.
Things I install on Ubuntu containers for troubleshooting
This file contains 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
# procps - for ps | |
# net-tools - for netstat | |
apt update && apt install -y procps telnet net-tools curl less vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment