diff --git a/Dockerfile b/Dockerfile index 00a3caa..e6bab3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM registry.fedoraproject.org/fedora:31 ENV NAME=fedora-toolbox VERSION=31 -LABEL com.github.debarshiray.toolbox="true" \ +LABEL com.github.containers.toolbox="true" \ + com.github.debarshiray.toolbox="true" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ @@ -12,7 +13,6 @@ LABEL com.github.debarshiray.toolbox="true" \ 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 $(