adb
Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. Some subcommands such as adb shell have their own usage documentation. More information: <https://developer.android.com/studio/command-line/adb>.
RUN apt-get update && \
apt-get install -y adb
RUN apt-get update && \
apt-get install -y adb
RUN pacman -S --noconfirm adb
RUN apt-get update && \
apt-get install -y adb
RUN dnf install -y adb
RUN apt-get update && \
apt-get install -y adb