This commit is contained in:
Wolfgang Hottgenroth 2021-03-08 19:07:36 +01:00
parent f73636c7eb
commit afe0edcaa6

View File

@ -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 && \