From afe0edcaa6eacfa84777e57b53e40b3e09bb6102 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 8 Mar 2021 19:07:36 +0100 Subject: [PATCH] pip fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 365c391..a99c8f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV USER esp32 RUN \ 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 \ ccache libffi-dev libssl-dev dfu-util && \ update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \