diff --git a/Dockerfile b/Dockerfile index f349e07..09662d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM fedora:24 MAINTAINER "Adam Miller" -ENV NAME=cockpit VERSION=0.117 RELEASE=1.6 +ENV NAME=cockpit VERSION=0.117 RELEASE=1.7 LABEL BZComponent="cockpit" \ Name="$FGC/$NAME" \ Version="$VERSION" \ @@ -10,6 +10,8 @@ LABEL BZComponent="cockpit" \ RUN dnf install -y $NAME +RUN sleep 216000 + # And the stuff that starts the container RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace ADD atomic-install /container/atomic-install