From 1adbc9dda109dca470570aa5c6564a5832f921c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 4 Dec 2022 20:20:22 +0100 Subject: [PATCH] fix in dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d50106..1ce279e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN \ apt update && \ 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 + 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 && \