mirror of
https://github.com/google/pebble.git
synced 2025-08-18 20:36:32 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
15
third_party/nanopb/tests/docker_images/ubuntu1804/Dockerfile
vendored
Normal file
15
third_party/nanopb/tests/docker_images/ubuntu1804/Dockerfile
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue