mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +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>
|
MAINTAINER Hongren Zheng <hongren.zheng@tuna.tsinghua.edu.cn>
|
||||||
|
|
||||||
RUN dnf makecache && \
|
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
|
RUN mkdir -p /home/tunasync-scripts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user