FROM centos:8 MAINTAINER Hongren Zheng RUN dnf makecache && \ dnf install -y 'dnf-command(reposync)' createrepo_c wget curl python3 python3-requests RUN mkdir -p /home/tunasync-scripts ENV HOME=/tmp CMD /bin/bash