emacs/org/elpa/pdf-tools-20230117.632/build/server/test/docker/templates/emacs-29.Dockerfile.in

6 lines
247 B
Docker
Raw Normal View History

2023-02-21 18:17:08 +00:00
# -*- dockerfile -*-
FROM silex/emacs:master-ci-cask
ARG DEBIAN_FRONTEND=noninteractive
# Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
RUN apt-get update -y && apt-get install -y make tzdata