FROM fedora:28
RUN dnf install -y \
openssh-clients \
python3-pip \
python3-wheel \
rsync
RUN useradd -l -u 3000018 -d /var/lib/jenkins jenkins