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

7 lines
263 B
Docker

# -*- dockerfile -*-
# Debian 11 is known as bullseye
FROM debian:11
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