Skip to content

Commit

Permalink
Use docker container with ip4r installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Dec 19, 2023
1 parent 7c49aa5 commit f14fee7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions db/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM postgres:13.2

RUN apt-get update \
&& apt-get install --no-install-recommends -y postgresql-13-ip4r \
&& rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
db:
container_name: db
image: postgres:13.2
build: ./db
restart: always
expose:
- "5432"
Expand Down

0 comments on commit f14fee7

Please sign in to comment.