qp2_ci/Docker/Ubuntu_configured/Dockerfile

15 lines
248 B
Docker
Raw Permalink Normal View History

2022-05-13 11:04:03 +02:00
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