From df624e056aa1fc5763ec5579c62813afc013d2df Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 8 Mar 2021 19:01:45 +0100 Subject: [PATCH] pip3 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5366a5e..365c391 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN \ 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 && \ + update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 && \ groupadd -r -g $GID $USER && \ useradd -m -r -u $UID -g $USER -G dialout $USER