summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/fedora-36.Dockerfile.in
blob: c36a716db2439d1d90764a9af3864caa524ed362 (plain)
1
2
3
4
# -*- dockerfile -*-
FROM fedora:36
# 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