bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

Container can't be built #526

Closed dpryan79 closed 5 years ago

dpryan79 commented 5 years ago

The 19.05 container fails building due to a postgresql failure:

sed: can't read /etc/postgresql/11/main/postgresql.conf: No such file or directory
postgresql: unrecognized service
-su: psql: command not found
-su: createdb: command not found
postgresql: unrecognized service
postgresql: unrecognized service

The /usr/lib/postgresql directory is never created, which seems like something that installing postgres should take care of.

dpryan79 commented 5 years ago

Oh, postgresql isn't actually installed in the Dockerfile anymore.