From 851196158dc74a4ba970c1024bde58be86d49f25 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sep 03 2018 09:47:17 +0000 Subject: Update for Cockpit 176 --- diff --git a/Dockerfile b/Dockerfile index 7c039db..875fe80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ FROM registry.fedoraproject.org/fedora:29 MAINTAINER "Stef Walter" -ENV VERSION=166 +ENV VERSION=176 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ 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