dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

ubuntu-20.Dockerfile.in (247B)


      1 # -*- dockerfile -*-
      2 FROM ubuntu:focal
      3 ARG DEBIAN_FRONTEND=noninteractive
      4 # Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
      5 RUN apt-get update --fix-missing -y && apt-get install -y make tzdata