File: Dockerfile

package info (click to toggle)
pycec 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: python: 1,349; sh: 43; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
FROM balenalib/armv7hf-debian-golang

VOLUME /tmp/pycec

RUN [ "apt-get", "-y", "install", "python3", "python3-pip", "libcec-dev" ]

RUN [ "pip3", "install", "cec" ]