Created
September 26, 2019 05:07
-
-
Save prasvats/cb167a5cc42425996e4aaf5fd8057af0 to your computer and use it in GitHub Desktop.
Debug in Docker Debian
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
apt-get update | |
apt-get install telnet -y | |
apt-get install curl -y | |
apt-get install net-tools -y | |
apt-get install procps -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment