mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
python update
This commit is contained in:
@@ -5,8 +5,20 @@ RUN mkdir -p /etc/pacman.d/hooks \
|
|||||||
|
|
||||||
RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
|
RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm \
|
RUN pacman --noconfirm --ask=4 -Syy \
|
||||||
&& pacman -S --needed --noconfirm \
|
&& pacman --needed --noconfirm --ask=4 -S \
|
||||||
|
glibc \
|
||||||
|
pacman \
|
||||||
|
&& pacman-db-upgrade \
|
||||||
|
&& pacman --noconfirm --ask=4 -Syu \
|
||||||
|
&& pacman --needed --noconfirm --ask=4 -S \
|
||||||
|
p11-kit \
|
||||||
|
archlinux-keyring \
|
||||||
|
ca-certificates \
|
||||||
|
ca-certificates-mozilla \
|
||||||
|
ca-certificates-utils \
|
||||||
|
&& pacman -Syu --noconfirm --ask=4 \
|
||||||
|
&& pacman -S --needed --noconfirm --ask=4 \
|
||||||
autoconf-archive \
|
autoconf-archive \
|
||||||
help2man \
|
help2man \
|
||||||
m4 \
|
m4 \
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint
|
|||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3.9
|
basepython = python3.10
|
||||||
sitepackages = true
|
sitepackages = true
|
||||||
changedir = /src
|
changedir = /src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user