Skip to content

Commit 1c5ff41

Browse files
author
Erwin Jansen
committed
Add support for ping.
The emulator needs the ping package from the os in order for ping to work from adb. We now install ping to make sure we can ping the outside world. Fixes #147
1 parent 455d38c commit 1c5ff41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emu/templates/Dockerfile.emulator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
libpulse0 libtinfo5 libx11-6 libxcb1 libxdamage1 \
2323
libnss3 libxcomposite1 libxcursor1 libxi6 \
2424
libxext6 libxfixes3 zlib1g libgl1 pulseaudio socat \
25+
iputils-ping \
2526
# Enable turncfg through usage of curl
2627
curl ca-certificates && \
2728
apt-get clean && \

0 commit comments

Comments
 (0)