FROM scemama666/qp2_env AS builder # Timezone for tzdata ARG tz=Etc/UTC RUN echo $tz > /etc/timezone && rm -rf /etc/localtime # Install RUN git clone --depth 10 https://github.com/QuantumPackage/qp2 RUN pwd WORKDIR /qp2 RUN ./configure -i all