config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

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