tDockerfile - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
 (HTM) git clone git://src.adamsgaard.dk/pism
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tDockerfile (399B)
       ---
            1 FROM archlinux/base:latest
            2 RUN pacman -Sy && pacman --noconfirm -S git base-devel
            3 
            4 RUN useradd --create-home --shell=/bin/false builder && usermod --lock builder
            5 RUN echo "builder ALL = NOPASSWD: /usr/bin/pacman" >> /etc/sudoers
            6 USER builder
            7 
            8 WORKDIR /home/builder/
            9 RUN git clone https://aur.archlinux.org/yay.git && cd yay && makepkg --noconfirm -si
           10 
           11 RUN yay --noconfirm --answerdiff=None -Sy pism