Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e4ada1c95 | ||
|
|
d3c88bdf19 | ||
|
|
7156633232 | ||
|
|
0cc99fdc5e |
2 changed files with 1 additions and 6 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=5 ARCH=x86_64
|
||||
LABEL com.redhat.component="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
|
|
@ -20,8 +20,6 @@ RUN dnf remove -y vim-minimal && dnf install -y \
|
|||
e2fsprogs \
|
||||
ethtool \
|
||||
file \
|
||||
gcc \
|
||||
gdb \
|
||||
git-core \
|
||||
glibc-utils \
|
||||
gomtree \
|
||||
|
|
@ -53,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