yum-sync: add python3

This commit is contained in:
Zenithal 2021-06-11 17:31:45 +08:00
parent 867883dc24
commit 53e98dc865
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -2,7 +2,7 @@ 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
dnf install -y 'dnf-command(reposync)' createrepo_c wget curl python3 python3-requests
RUN mkdir -p /home/tunasync-scripts