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

@ -2,7 +2,7 @@ FROM opensuse/leap
ENV LANG C
# libqt5-qtbase-devel skipped
RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-devel-base-devel_basis gcc-c++ readline-devel libbz2-devel
RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-devel-base-devel_basis gcc-c++ readline-devel libbz2-devel bluez-devel python3-devel
# Create rrg user
RUN useradd -ms /bin/bash rrg