From f623cdc0a8632dbe86ac930cc24627515f6ec4cc Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sep 03 2018 09:48:55 +0000 Subject: Update for Cockpit 176 --- diff --git a/Dockerfile b/Dockerfile index 5316c64..01e821a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL BZComponent="cockpit" \ Architecture="x86_64" -RUN dnf install -y cockpit-ws cockpit-dashboard && \ +RUN dnf install -y cockpit-ws cockpit-dashboard cockpit-bridge && \ mkdir -p /container && ln -s /host/proc/1 /container/target-namespace && \ dnf clean all