Closed jvallarvisp closed 7 years ago
You can add that to your Dockerfile.
FROM jshimko/meteor-launchpad:latest
RUN apt-get update && apt-get install -y libpq-dev
Thanks @jshimko, I will try your suggestion, Anyway, is your docker image works on the Meteorup? for some reason, I am having error. Please check the logs above. Thanks a lot.
I don't know what meteor-up supports. I don't use the project, so I can't offer any support. You'll have to ask over there.
Since there isn't a specific issue with this project, I'm going to close this for now. Good luck!
Hi @jshimko,
I like the way you can add build options on the launchpad.conf
Is there a way to add this dependencies?
apt-get install libpq-dev
Can this be add on this docker image?
This is regarding mup error deployment failed on libpq and bycript
Can this be used by meteor up? I am having an error using docker image
Thanks for your help.