pip3
This commit is contained in:
parent
6b3515750a
commit
df624e056a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user