1
0
mirror of https://github.com/mveril/qp-demo synced 2024-11-03 20:54:01 +01:00

Use busybox for unpack

This commit is contained in:
Mickaël Véril 2021-05-04 11:10:27 +02:00
parent 74bb79c7cf
commit 91511d7192

View File

@ -31,7 +31,7 @@ RUN ./configure -i all -c config/gfortran_avx.cfg
RUN /bin/bash -c "source quantum_package.rc ; qp export_as_tgz"
# Used to unpack QP2
FROM ubuntu:${UBUNTU_VERSION} AS unpack
FROM busybox AS unpack
WORKDIR /tmp
COPY --from=builder /home/builder/qp2/quantum_package_static.tar.gz .
RUN tar -xf quantum_package_static.tar.gz