mirror of
https://github.com/mveril/qp-demo
synced 2025-01-03 01:56:06 +01:00
Use exec form for export
This commit is contained in:
parent
91511d7192
commit
2a015ecca7
@ -28,7 +28,7 @@ WORKDIR /home/builder/qp2
|
|||||||
RUN ./configure -i all -c config/gfortran_avx.cfg
|
RUN ./configure -i all -c config/gfortran_avx.cfg
|
||||||
# source don't work with /bin/sh (used by the run command so I use bash)
|
# source don't work with /bin/sh (used by the run command so I use bash)
|
||||||
# Compile the code to a static build
|
# Compile the code to a static build
|
||||||
RUN /bin/bash -c "source quantum_package.rc ; qp export_as_tgz"
|
RUN ["/bin/bash", "-c", "source quantum_package.rc ; qp export_as_tgz"]
|
||||||
|
|
||||||
# Used to unpack QP2
|
# Used to unpack QP2
|
||||||
FROM busybox AS unpack
|
FROM busybox AS unpack
|
||||||
|
Loading…
Reference in New Issue
Block a user