From b2678e8ee5ff4c3726897328f40259d6692ad7e7 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sep 25 2018 09:38:52 +0000 Subject: Add the rest of the files --- diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6a1e68e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,22 @@ +FROM registry.fedoraproject.org/fedora:28 + +ENV NAME=fedora-toolbox VERSION=28 +LABEL com.redhat.component="$NAME" \ + name="$FGC/$NAME" \ + version="$VERSION" \ + usage="This image is meant to be used with the fedora-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 packages=; while read -r package; do packages="$packages $package"; done \ + :28` that's specifically customised for your +host user. + +### Enter the Toolbox: +``` +[user@hostname fedora-toolbox]$ ./fedora-toolbox enter +🔹[user@toolbox ~]$ +``` -The fedora-toolbox package \ No newline at end of file diff --git a/extra-packages b/extra-packages new file mode 100644 index 0000000..bcfb241 --- /dev/null +++ b/extra-packages @@ -0,0 +1,37 @@ +bash-completion +bzip2 +diffutils +dnf-plugins-core +fpaste +findutils +git +gnupg +gnupg2-smime +hostname +iputils +jwhois +keyutils +less +lsof +man-db +man-pages +mlocate +mtr +openssh-clients +PackageKit-command-not-found +passwd +pigz +procps-ng +rsync +sudo +tcpdump +time +traceroute +tree +unzip +vte-profile +wget +which +words +xz +zip