Home
last modified time | relevance | path

Searched full:apt (Results 1 – 4 of 4) sorted by relevance

/nanopb-2.7.6/tests/docker_images/ubuntu1804/
DDockerfile3 RUN apt -y update
4 RUN apt -y upgrade
5 RUN apt -y dist-upgrade
6 RUN apt -y autoremove
7 RUN apt -y install --fix-missing
8 RUN apt -y install apt-utils
10 RUN apt -y install git scons build-essential g++
11 RUN apt -y install protobuf-compiler python3-protobuf python3
/nanopb-2.7.6/tests/docker_images/ubuntu2004/
DDockerfile3 RUN apt -y update
4 RUN apt -y upgrade
5 RUN apt -y dist-upgrade
6 RUN apt -y autoremove
7 RUN apt -y install --fix-missing
8 RUN apt -y install apt-utils
10 RUN apt -y install git scons build-essential g++
11 RUN apt -y install protobuf-compiler python3.8 python3-protobuf
/nanopb-2.7.6/
D.travis.yml10 apt:
DREADME.md57 so you need to have that installed (ex: `sudo apt install scons` or `pip install scons`).