pip fix
This commit is contained in:
parent
f73636c7eb
commit
afe0edcaa6
@ -10,7 +10,7 @@ ENV USER esp32
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y python3 vim.tiny python-serial \
|
apt install -y python3 python3-pip vim.tiny python-serial \
|
||||||
python3-serial flex bison gperf cmake ninja-build \
|
python3-serial flex bison gperf cmake ninja-build \
|
||||||
ccache libffi-dev libssl-dev dfu-util && \
|
ccache libffi-dev libssl-dev dfu-util && \
|
||||||
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
|
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user