diff --git a/Dockerfile b/Dockerfile index 43fdf5b..1074dc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ -FROM registry.fedoraproject.org/fedora:31 +FROM registry.fedoraproject.org/fedora:30 -ENV NAME=fedora-toolbox VERSION=31 -LABEL com.redhat.component="$NAME" \ +ENV NAME=fedora-toolbox VERSION=30 +LABEL com.github.containers.toolbox="true" \ + com.github.debarshiray.toolbox="true" \ + com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ usage="This image is meant to be used with the toolbox command" \ @@ -13,8 +15,14 @@ COPY README.md / RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf RUN dnf -y swap coreutils-single coreutils-full +COPY missing-docs / +RUN dnf -y reinstall $(