mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
11 lines
261 B
Docker
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
|