diff --git a/images/fedora/f31/Dockerfile b/images/fedora/f31/Dockerfile new file mode 100644 index 0000000..43fdf5b --- /dev/null +++ b/images/fedora/f31/Dockerfile @@ -0,0 +1,20 @@ +FROM registry.fedoraproject.org/fedora:31 + +ENV NAME=fedora-toolbox VERSION=31 +LABEL 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 +RUN dnf -y swap coreutils-single coreutils-full + +COPY extra-packages / +RUN dnf -y install $(