In following the answer in this question
Meteor Up Docker and Graphicsmagick
I'm still having a problem with the cfs:graphicsmagick package finding the gm executable. Do I need to export an env var in the start.sh file?
Here's the relevant section of start.sh
set -e
docker build -t meteorhacks/meteord:app - << EOF
FROM meteorhacks/meteord:base
RUN apt-get install -y graphicsmagick
EOF