Added "zerofree" to the list of installed packages

This commit is contained in:
David Carley
2022-09-05 09:42:43 +00:00
parent 884ee1c683
commit b9c0d7b7c8

View File

@@ -8,7 +8,7 @@ RUN apt update \
&& apt upgrade -y \
&& apt install -y \
build-essential git wget binfmt-support qemu gcc-9 \
parted udev gcc-avr avr-libc avrdude python3 python3-pip python3-tornado \
parted udev zerofree 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 \