File: Dockerfile

package info (click to toggle)
golang-github-gliderlabs-ssh 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 3
file content (3 lines) | stat: -rw-r--r-- 48 bytes parent folder | download | duplicates (2)
1
2
3
FROM alpine
RUN apk add -U jq
ENTRYPOINT ["jq"]