pebble/third_party/nanopb/tests/docker_images/ubuntu1804/Dockerfile
2025-01-27 11:38:16 -08:00

15 lines
359 B
Docker

FROM ubuntu:bionic
RUN apt -y update
RUN apt -y upgrade
RUN apt -y dist-upgrade
RUN apt -y autoremove
RUN apt -y install --fix-missing
RUN apt -y install apt-utils
RUN apt -y install git scons build-essential g++
RUN apt -y install protobuf-compiler python3-protobuf python3
RUN git clone https://github.com/nanopb/nanopb.git
RUN cd nanopb/tests && scons