FROM registry.fedoraproject.org/fedora:30 ARG UID ARG GID RUN echo jenkins:x:${UID}:${GID}::/:/bin/bash >> /etc/passwd RUN dnf install -y \ bc \ bzip2 \ cpio \ diffutils \ g++ \ gcc \ make \ ncurses-devel \ openssh-clients \ patch \ perl-ExtUtils-MakeMaker \ perl-Thread-Queue \ rsync \ wget \ which \ && dnf clean all