ubuntu-18.Dockerfile.in (248B)
1 # -*- dockerfile -*- 2 FROM ubuntu:bionic 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