summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/fedora-35.Dockerfile.in
blob: 915cac41f99702bc85679d07dc5d211151f7fd7d (plain)
1
2
3
4
# -*- dockerfile -*-
FROM fedora:35
# Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
RUN dnf update -y && dnf install -y make tzdata