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