fix in dependencies

This commit is contained in:
Wolfgang Hottgenroth 2022-12-04 20:20:22 +01:00
parent 393c7e7024
commit 1adbc9dda1
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -13,7 +13,7 @@ RUN \
apt update && \ apt update && \
apt install -y git wget flex bison gperf python3 python3-venv cmake \ apt install -y git wget flex bison gperf python3 python3-venv cmake \
ninja-build ccache libffi-dev libssl-dev dfu-util \ ninja-build ccache libffi-dev libssl-dev dfu-util \
libusb-1.0-0 libusb-1.0-0 && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \ update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 && \ update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 && \
groupadd -r -g $GID $USER && \ groupadd -r -g $GID $USER && \