config

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

fedora-35.Dockerfile.in (187B)


      1 # -*- dockerfile -*-
      2 FROM fedora:35
      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