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

7 lines
261 B
Docker
Raw Normal View History

2022-08-25 15:49:25 +00:00
# -*- dockerfile -*-
# Debian 10 is known as buster
FROM debian:10
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