2021-06-11 17:31:45 +08:00

11 lines
261 B
Docker

FROM centos:8
MAINTAINER Hongren Zheng <hongren.zheng@tuna.tsinghua.edu.cn>
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