fix/functional_tests #63

Closed
jabber.developer2 wants to merge 33 commits from fix/functional_tests into master
25 changed files with 950 additions and 299 deletions
Showing only changes of commit 569decbbd9 - Show all commits

View File

@@ -3,7 +3,9 @@ FROM archlinux
ENV TERM=xterm ENV TERM=xterm
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
RUN pacman -S --needed --noconfirm reflector && reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist # reflector is optional - if it fails due to network issues, continue with default mirrorlist
RUN pacman -S --needed --noconfirm reflector && \
(reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist || true)
RUN pacman-key --init RUN pacman-key --init
RUN pacman -S --needed --noconfirm \ RUN pacman -S --needed --noconfirm \
autoconf \ autoconf \