summarylogtreecommitdiffstats
path: root/Dockerfile.build_and_test
blob: aa6efc4314605662e2ee9dedd41319791900505c (plain)
1
2
3
4
5
6
7
8
9
10
ARG REGISTRY

FROM "$REGISTRY/common/gitlab-helper/archlinux-yay:master"

RUN (\
    yay -Syuq --noconfirm --needed python-numpy eigen plplot gsl hdf4 hdf5 wxwidgets-gtk3 fftw pslib eccodes udunits graphicsmagick libgeotiff glpk shapelib openssh xorg-server-xvfb \
    && yes | yay -Scc --noconfirm \
    && rm -rf ~/.cache/yay \
    && sudo rm -rf /var/cache/pacman/pkg/* \
)