fix in dependencies
This commit is contained in:
parent
6da38a5d16
commit
393c7e7024
@ -11,9 +11,9 @@ ENV USER esp32
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y python3 python3-pip vim.tiny python-serial \
|
||||
python3-serial flex bison gperf cmake ninja-build \
|
||||
ccache libffi-dev libssl-dev dfu-util && \
|
||||
apt install -y git wget flex bison gperf python3 python3-venv cmake \
|
||||
ninja-build 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/pip pip /usr/bin/pip3 10 && \
|
||||
groupadd -r -g $GID $USER && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user