Newer
Older
Dockerfiles / Dockerfile.cockpit
@John Ryland John Ryland on 3 Jul 2023 200 bytes build cockpit
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