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

5 lines
187 B
Docker
Raw Normal View History

2022-08-25 15:49:25 +00:00
# -*- 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