mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
Dockerfile: install yum to fix createrepo error
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
5e1c81663a
commit
523281ce23
|
|
@ -5,7 +5,7 @@ RUN apt-get update && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
wget curl rsync lftp git jq \
|
wget curl rsync lftp git jq \
|
||||||
python3-dev python3-pip python3-pyquery python3-socks python3-requests python3-yaml awscli \
|
python3-dev python3-pip python3-pyquery python3-socks python3-requests python3-yaml awscli \
|
||||||
dnf-plugins-core createrepo-c debmirror \
|
dnf-plugins-core createrepo-c yum debmirror \
|
||||||
libnss-unknown xz-utils patch unzip \
|
libnss-unknown xz-utils patch unzip \
|
||||||
aria2 ack openssh-client
|
aria2 ack openssh-client
|
||||||
# composer php-curl php-zip
|
# composer php-curl php-zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue