A couple tweaks to the devcontainer Dockerfile

This commit is contained in:
David Carley
2022-09-03 02:26:00 +00:00
parent 0019e086f0
commit e4eabb1687

View File

@@ -11,5 +11,9 @@ RUN apt update \
parted 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 \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt install -y nodejs
&& apt install -y nodejs \
&& mkdir -p /root/.ssh \
&& echo "Host onefinity" > /root/.ssh/config \
&& echo "\tUser bbmc" >> /root/.ssh/config