summarylogtreecommitdiffstats
path: root/Dockerfile.build_and_test
blob: af87d051bf6f527f25e882fd52bf9859557276f4 (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 wxgtk2 fftw pslib eccodes udunits graphicsmagick libgeotiff glpk shapelib \
    && yes | yay -Scc --noconfirm \
    && rm -rf ~/.cache/yay \
    && sudo rm -rf /var/cache/pacman/pkg/* \
)