qp2_ci/Docker/Ubuntu_configured/Dockerfile
Anthony Scemama b73d489655
Some checks failed
continuous-integration/drone Build is failing
Aded dockerfiles
2022-05-19 14:21:49 +02:00

15 lines
248 B
Docker

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