stacker.news/db/Dockerfile
ekzyis bfcca7d34e
Use docker container with ip4r installed (#698)
* Use docker container with ip4r installed

* Credit source

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-12-19 09:52:09 -06:00

7 lines
205 B
Docker

# https://github.com/JonasProgrammer/docker-postgres-ip4r
FROM postgres:13.2
RUN apt-get update \
&& apt-get install --no-install-recommends -y postgresql-13-ip4r \
&& rm -rf /var/lib/apt/lists/*