pinout
View the current Raspberry Pi's GPIO pin-out information on the terminal with an ASCII diagram. More information: <https://www.raspberrypi.org/documentation/computers/os.html#gpio-pinout>.
RUN dnf install -y python3-gpiozero
RUN apt-get update && \
apt-get install -y python3-gpiozero