summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/emacs-28.Dockerfile.in
blob: c6895ac295963b03d230a9166eccc3f27cbed604 (plain)
1
2
3
4
5
# -*- dockerfile -*-
FROM silex/emacs:28-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