This commit is contained in:
Wolfgang Hottgenroth 2021-03-08 19:01:45 +01:00
parent 6b3515750a
commit df624e056a

View File

@ -14,6 +14,7 @@ RUN \
python3-serial flex bison gperf cmake ninja-build \
ccache libffi-dev libssl-dev dfu-util && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 && \
groupadd -r -g $GID $USER && \
useradd -m -r -u $UID -g $USER -G dialout $USER