Bug description
Basically, I am trying to connect to an external website (smtp.gmail.com) in #8976 but there is a connection error. I am trying to debug it so I am using ping
On use, ping fails to connect. Similar openssl, telnet, and netcat commands do not work and just hang with no output.
Steps to reproduce
Open a new, blank gitpod workspace. (Here)
Install the ping command-line tool: sudo apt-get install inetutils-ping
Expected behavior
I expect:

I get though:

Anything else?
I think this is related to #8976
Bug description
Basically, I am trying to connect to an external website (smtp.gmail.com) in #8976 but there is a connection error. I am trying to debug it so I am using
pingOn use, ping fails to connect. Similar openssl, telnet, and netcat commands do not work and just hang with no output.
Steps to reproduce
Open a new, blank gitpod workspace. (Here)
Install the ping command-line tool:
sudo apt-get install inetutils-pingExpected behavior
I expect:


I get though:
Anything else?
I think this is related to #8976