dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
650 stars 184 forks source link

docker solver install cant find netpbm #272

Closed Naderschah closed 11 months ago

Naderschah commented 1 year ago

Hello, I built the docker container and attempted to run the solver The issue is the package libnetpbm, from some stack overflow page i found the advice to add: RUN mkdir /usr/include/netpbm RUN ln -s /usr/include/pam.h /usr/include/netpbm/pam.h RUN ln -s /usr/include/ppm.h /usr/include/netpbm/ppm.h so that the compiler can find them, this works on rebuiding the image. So that I would like to ask that you add these somewhere prior to compiling into the docker file I sadly cant find the stackoverflow thread anymore.

dstndstn commented 11 months ago

Thanks for the report -- fixed in 3deff7f