File: Dockerfile

package info (click to toggle)
pycec 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 1,335; sh: 48; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
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" ]