File: Dockerfile

package info (click to toggle)
golang-github-containers-dnsname 1.3.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 428 kB
  • sloc: makefile: 82; sh: 54
file content (2 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
FROM registry.fedoraproject.org/fedora:latest
RUN dnf update -y && dnf install -y golang make findutils && dnf -y clean all