Install "pip" when setting up the docker container.
This commit is contained in:
@@ -8,8 +8,8 @@ RUN apt update \
|
|||||||
&& apt upgrade -y \
|
&& apt upgrade -y \
|
||||||
&& apt install -y \
|
&& apt install -y \
|
||||||
build-essential git wget binfmt-support qemu gcc-9 \
|
build-essential git wget binfmt-support qemu gcc-9 \
|
||||||
parted gcc-avr avr-libc avrdude python3 python3-tornado curl \
|
parted gcc-avr avr-libc avrdude python3 python3-pip python3-tornado \
|
||||||
unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim sudo \
|
curl unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim sudo \
|
||||||
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 \
|
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
||||||
&& apt install -y nodejs
|
&& apt install -y nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user