rails/docked

Include MySQL and PostgreSQL development libraries?

frenkel opened this issue · 2 comments

The Rails Dockerfile includes the Debian packges default-mysql-client and postgresql-client. Should they be included here as well, or is using MySQL and PostgreSQL out of scope for this project?

See #16

subuta commented

This is the issue which tries to add dockerfile_inline feature to the docker-compose. that would be a better solution for installing additional dependencies based on rails/cli image who wants keep use of docked, while he didn't need to create extended Dockerfile (FROM ghcr.io/rails/cli).

docker/compose#8077