summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-12-23 18:44:34 +0300
committerMaxim Devaev <[email protected]>2021-12-23 18:44:34 +0300
commitaef7a5a094853972cbe1ce9127ad1a546ea7f2ab (patch)
treef985785550eab8a09d25e018ffc409b4efe036ec /testenv/Dockerfile
parentf2a2ae07369104dd1ed2bd9d3a23cd33e31ba3bb (diff)
python update
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile16
1 files changed, 14 insertions, 2 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index da675ebb..fff5514a 100644
--- a/testenv/Dockerfile
+++ b/testenv/Dockerfile
@@ -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 pacman -Syu --noconfirm \
- && pacman -S --needed --noconfirm \
+RUN pacman --noconfirm --ask=4 -Syy \
+ && 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 \
help2man \
m4 \