[Buildroot] [PATCH 3/5] support/docker: add a Fedore-28 based image

Ricardo Martincoski ricardo.martincoski at gmail.com
Mon Jul 16 00:48:05 UTC 2018


Hello,

On Fri, Jul 13, 2018 at 03:38 AM, Yann E. MORIN <yann.morin.1998 at free.fr> wrote:

[snip]
> +RUN rm -f /etc/yum.repos.d/fedora-updates*.repo && \
> +    dnf -y install \
> +        @development-tools \
> +        bc \
> +        bzip2 \
> +        bzr \
> +        cpio \
> +        cvs \
> +        file \
> +        gcc-c++ \
> +        git \

> +        ncurses-devel \
> +        mercurial \

Er, the sort failed here. :-)

> +        perl-ExtUtils-MakeMaker \
> +        perl-Thread-Queue \
> +        python-nose2 \
> +        python-pexpect \

Maybe add python2-flake8.noarch (not tested) for consistency between the docker
images? See:
https://gitlab.com/RicardoMartincoski/buildroot/-/jobs/81878555

> +        qemu-system-arm \
> +        qemu-system-x86 \
> +        rsync \
> +        subversion \
> +        unzip \
> +        wget \
> +    && dnf -y clean all

I guess some *.i686 packages should also be added (not tested). See:
https://gitlab.com/RicardoMartincoski/buildroot/-/jobs/81878562


Regards,
Ricardo


More information about the buildroot mailing list