fastboot
Communicate with connected Android devices when in bootloader mode (the one place adb doesn't work). More information: <https://cs.android.com/android/platform/superproject/+/main:system/core/fastboot>.
RUN apt-get update && \
apt-get install -y fastboot
RUN apt-get update && \
apt-get install -y fastboot
RUN pacman -S --noconfirm fastboot
RUN apt-get update && \
apt-get install -y fastboot
RUN dnf install -y fastboot
RUN apt-get update && \
apt-get install -y fastboot