mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

Correctly preserve environment in entrypoint.sh #8

Closed DanNixon closed 5 years ago

DanNixon commented 5 years ago

See commit message for description.

cc @martyngigg @marshallmcdonnell

@marshallmcdonnell, this will mean that you can no longer chain commands using &, however that is easy to do using a script (either copied or mounted to the container) and reverting the last change to entrypoint.sh was the easiest fix without having to add additional environment injection.