mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
yum-sync: add python3
This commit is contained in:
parent
867883dc24
commit
53e98dc865
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue