fix in dependencies

This commit is contained in:
Wolfgang Hottgenroth 2022-12-04 20:19:16 +01:00
parent 6da38a5d16
commit 393c7e7024
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -11,9 +11,9 @@ ENV USER esp32
RUN \ RUN \
apt update && \ apt update && \
apt install -y python3 python3-pip vim.tiny python-serial \ apt install -y git wget flex bison gperf python3 python3-venv cmake \
python3-serial flex bison gperf cmake ninja-build \ ninja-build ccache libffi-dev libssl-dev dfu-util \
ccache libffi-dev libssl-dev dfu-util && \ 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 && \