don't add help file

use OSBS for that

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
Tomas Tomecek 2017-11-06 14:50:41 +01:00
commit 7156633232
2 changed files with 1 additions and 4 deletions

View file

@ -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"]