Dockerfile 126 B

12345
  1. FROM arm32v6/alpine:edge
  2. RUN apk add --no-cache python3 linux-headers \
  3. && pip install --upgrade pip
  4. && pip3 install evdev