don't add help file
use OSBS for that Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
0cc99fdc5e
commit
7156633232
2 changed files with 1 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue