FROM archlinux/base RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist RUN pacman -Syu --noconfirm \ && pacman -S --needed --noconfirm \ base \ base-devel \ vim \ git \ libjpeg \ libevent \ libutil-linux \ libbsd \ python \ python-pip \ python-tox \ cppcheck \ && (pacman -Sc --noconfirm || true) CMD /bin/bash