1

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
Community
  • 1
  • 1
SirGanya
  • 142
  • 1
  • 9
  • Is this the only bit of the file you have modified? if it is you need to change any reference in the if/else statement below it for meteord:base to meteord:app. I also found I had to comment out the following lines to ensure it made the new box instead of using the existing one initially #set +e #docker pull meteorhacks/meteord:base – Philip Pryde Feb 12 '16 at 10:55

0 Answers0