diff --git a/Dockerfile b/Dockerfile index 04b9dc4..061a649 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 LABEL maintainer "Tomas Tomecek \"ttomecek@redhat.com\"" -ENV NAME=tools VERSION=0 RELEASE=2 ARCH=x86_64 +ENV NAME=tools VERSION=0 RELEASE=3 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ @@ -51,7 +51,4 @@ RUN dnf remove -y vim-minimal && dnf install -y \ xfsprogs \ && dnf clean all -# FIXME: current go-md2man can't convert tables :< -COPY ./root/ / - CMD ["/usr/bin/bash"] diff --git a/root/README.md b/help.md similarity index 100% rename from root/README.md rename to help.md