hydradatabase/hydra

[Bug]: Noticed that the locale fix in the Dockerfile is now merged with Postgres base image

kdevan opened this issue · 1 comments

kdevan commented

What's wrong?

RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen

RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen

Fixed: docker-library/postgres#1159

Was just browsing the code and noticed this small detail, thought I'd share :)

thanks for letting us know! Looks like we can remove that then. I've opened #212 to do so.