From 5bb0afc8b59304fb5bf8a03fa65babc055f00322 Mon Sep 17 00:00:00 2001 From: David Carley Date: Thu, 18 Aug 2022 22:11:17 +0000 Subject: [PATCH] Install "pip" when setting up the docker container. --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ee9848d..3d185e2 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,8 +8,8 @@ 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-tornado curl \ - unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim sudo \ + parted gcc-avr avr-libc avrdude python3 python3-pip python3-tornado \ + curl unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim sudo \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 \ && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ && apt install -y nodejs