Commit Graph

6 Commits

Author SHA1 Message Date
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Petteri Aimonen 21b4c78861
[nanopb] Use $(which python3) instead of hardcoding /usr/bin/python3 (#3895)
After the addition of Python 3.8 in #3874, the default python3 is
now /usr/local/bin/python3. The nanopb Dockerfile hardcoded a path
of /usr/bin/python3, causing again problems of Python packages being
installed for different version than attempting to run with.
2020-05-28 09:35:24 -07:00
Petteri Aimonen e061321735
nanopb: Fix build error, remove anaconda dependency (#3717)
This remaps /usr/bin/python as python3, because grpcio-tools support
for Python 2 has ended. Nanopb generator still uses #!/usr/bin/env python
so it would pick Python 2 by default otherwise.

Anaconda was used in a previous pull request to attempt installing a working
combination of libraries, but it is unnecessary once the version conflict was
fixed.
2020-04-27 07:33:27 -07:00
AdamKorcz 2a3d29d429
Suggested fix for broken build (#3693) 2020-04-22 08:12:39 -07:00
AdamKorcz d31872b9c2
Fixed broken build of nanopb and switched to pip3 (#3637) 2020-04-13 13:56:09 -07:00
Petteri Aimonen acaffc79a8 [nanopb] Added nanopb project (#3149) 2019-12-18 06:32:17 -08:00