From ac52b141bd1f65be98316d41d72a0a6fc65553e9 Mon Sep 17 00:00:00 2001 From: David Carley Date: Mon, 5 Sep 2022 09:33:50 +0000 Subject: [PATCH] Added some more tools to the dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index da270b7..27c286e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ RUN apt update \ && apt upgrade -y \ && apt install -y \ build-essential git wget binfmt-support qemu gcc-9 \ - parted gcc-avr avr-libc avrdude python3 python3-pip python3-tornado \ + parted udev gcc-avr avr-libc avrdude python3 python3-pip python3-tornado \ inetutils-ping curl unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim locate sudo \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 \ && /usr/bin/python3 -m pip install -U yapf \