emacs/org/elpa/pdf-tools-20230117.632/build/server/test/docker/templates/fedora-35.Dockerfile.in
2023-02-21 13:17:08 -05:00

5 lines
187 B
Docker

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