UMN-Hydro/GSFLOW-GRASS

Docker compose 'cannot touch /usr/lib/grass74/docs/html/...'

Closed this issue · 2 comments

Seems gsflow_grass_docker/install_grass_package command runs touch /usr/lib/grass74/docs/html/grass_logo.png but the directory isn't there. I got around it by adding mkdir -p /usr/lib/grass74/docs/html before the touch commands.

Thanks for this! I am making a note here to update the README at some point -- and you should feel free to do so and issue a PR as well. I'm not sure just how out of date all of GSFLOW-GRASS might be by now.

@dgketchum: Should #24 fix this?