FROM ubuntu:18.04 RUN apt-get update # Set noninteractive installation ARG DEBIAN_FRONTEND=noninteractive ENV TZ=Australia/Brisbane # Install cockpit RUN apt-get install -y cockpit cockpit-docker