| FROM ubuntu:bionicRUN apt -y updateRUN apt -y upgradeRUN apt -y dist-upgradeRUN apt -y autoremoveRUN apt -y install --fix-missingRUN apt -y install apt-utilsRUN apt -y install git scons build-essential g++RUN apt -y install protobuf-compiler python3-protobuf python3RUN git clone https://github.com/nanopb/nanopb.gitRUN cd nanopb/tests && scons
 |