FROM archlinux:latest

# install dependencies

RUN pacman -Sy --noconfirm && \
    pacman -S archlinux-keyring --noconfirm && pacman-key --init && pacman-key --populate && \
    pacman -Syu --noconfirm git make qt5-x11extras cmake gcc extra-cmake-modules \
    libelf gettext qt5-base ninja qcustomplot \
    threadweaver5 kconfigwidgets5 knotifications5 karchive5 syntax-highlighting5 \
    kiconthemes5 kitemviews5 kitemmodels5 kwindowsystem5 kio5 kparts5 solid5 clazy python python-yaml
