update dockerfiles to add python script support

This commit is contained in:
Philippe Teuwen 2021-10-11 23:17:38 +02:00
commit 8837ff73d0
8 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,8 @@ ENV LANG C
RUN pacman -Syy
RUN pacman-db-upgrade
# qt5-base skipped
RUN pacman -S --noconfirm sudo git base-devel cmake libusb readline bzip2 arm-none-eabi-gcc arm-none-eabi-newlib --needed
# bluez skipped, can't be installed in docker
RUN pacman -S --noconfirm sudo git base-devel cmake libusb readline bzip2 arm-none-eabi-gcc arm-none-eabi-newlib python --needed
# Create rrg user
RUN useradd -ms /bin/bash rrg