diff --git a/images/fedora/f34/Dockerfile b/images/fedora/f34/Dockerfile new file mode 100644 index 000000000..deabbea56 --- /dev/null +++ b/images/fedora/f34/Dockerfile @@ -0,0 +1,27 @@ +FROM registry.fedoraproject.org/fedora:34 + +ENV NAME=fedora-toolbox VERSION=34 +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" \ + summary="Base image for creating Fedora toolbox containers" \ + maintainer="Debarshi Ray " + +COPY README.md / + +RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf + +COPY missing-docs / +RUN dnf -y reinstall $(