diff --git a/base/ubuntu/Containerfile_focal_desktop b/base/ubuntu/Containerfile_focal_desktop new file mode 100644 index 0000000..8dd475d --- /dev/null +++ b/base/ubuntu/Containerfile_focal_desktop @@ -0,0 +1,3 @@ +FROM docker.io/ubuntu:focal +RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd +RUN ln -s /lib/systemd/systemd /sbin/init