mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
update
This commit is contained in:
parent
2b9d496b1a
commit
96f3190dc1
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ apt-get install wget systemctl nano vim curl gnupg ca-certificates -y
|
||||||
#add proxmox repo
|
#add proxmox repo
|
||||||
#use jiangcuo_proxmox_arm64 https://github.com/jiangcuo/Proxmox-Arm64
|
#use jiangcuo_proxmox_arm64 https://github.com/jiangcuo/Proxmox-Arm64
|
||||||
RUN echo "deb https://mirrors.apqa.cn/proxmox/ pvearm main">/etc/apt/sources.list.d/foxi.list && \
|
RUN echo "deb https://mirrors.apqa.cn/proxmox/ pvearm main">/etc/apt/sources.list.d/foxi.list && \
|
||||||
wget --no-check-certificate https://global.mirrors.apqa.cn/proxmox/gpg.key -O /etc/apt/trusted.gpg.d/gpg.key && \
|
wget --no-check-certificate https://mirrors.apqa.cn/proxmox/gpg.key -O /etc/apt/trusted.gpg.d/gpg.key && \
|
||||||
chmod +r /etc/apt/trusted.gpg.d/gpg.key
|
chmod +r /etc/apt/trusted.gpg.d/gpg.key
|
||||||
|
|
||||||
#intall proxmox-ve without recommends.
|
#intall proxmox-ve without recommends.
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apt-get update && \
|
||||||
|
|
||||||
# Add Proxmox repo
|
# Add Proxmox repo
|
||||||
RUN echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" >> /etc/apt/sources.list && \
|
RUN echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" >> /etc/apt/sources.list && \
|
||||||
wget --no-check-certificate https://download.proxmox.com/debian/dists/bullseye/pve-no-subscription/binary-amd64/proxmox-ve_7.2-1_all.deb -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg && \
|
wget --no-check-certificate https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg && \
|
||||||
chmod +r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
|
chmod +r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
|
||||||
|
|
||||||
# Repack Proxmox-VE package
|
# Repack Proxmox-VE package
|
||||||
|
|
Loading…
Reference in a new issue