File: Dockerfile

package info (click to toggle)
qrterminal 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: makefile: 11
file content (3 lines) | stat: -rw-r--r-- 58 bytes parent folder | download
1
2
3
FROM scratch
COPY qrterminal /
ENTRYPOINT ["/qrterminal"]