config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

fedora-36.Dockerfile.in (187B)


      1 # -*- dockerfile -*-
      2 FROM fedora:36
      3 # Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
      4 RUN dnf update -y && dnf install -y make tzdata