fd35db8
FROM registry.fedoraproject.org/fedora:30
b2678e8
fd35db8
ENV NAME=fedora-toolbox VERSION=30
41c23be
LABEL com.github.containers.toolbox="true" \
41c23be
      com.github.debarshiray.toolbox="true" \
d7ff340
      com.redhat.component="$NAME" \
b2678e8
      name="$FGC/$NAME" \
b2678e8
      version="$VERSION" \
47193f4
      usage="This image is meant to be used with the toolbox command" \
b2678e8
      summary="Base image for creating Fedora toolbox containers" \
b2678e8
      maintainer="Debarshi Ray <rishi@fedoraproject.org>"
b2678e8
b2678e8
COPY README.md /
b2678e8
b2678e8
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
b2678e8
RUN dnf -y swap coreutils-single coreutils-full
b2678e8
44c4b74
COPY missing-docs /
44c4b74
RUN dnf -y reinstall $(
44c4b74
RUN rm /missing-docs
44c4b74
b2678e8
COPY extra-packages /
ce76b52
RUN dnf -y install $(
b2678e8
RUN rm /extra-packages
b2678e8
4d25f4d
RUN dnf clean all
4d25f4d
b2678e8
CMD /bin/sh