emacs/org/elpa/pdf-tools-20221007.1404/build/server/test/docker/templates/fedora-34.Dockerfile.in

5 lines
187 B
Docker

# -*- 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