From 3b2a74a5afcf072d92fabb92ae9fd60f006645da Mon Sep 17 00:00:00 2001 From: Mattia Procopio Date: Thu, 16 May 2024 08:55:29 +0200 Subject: [PATCH 1/2] Add postgresql-client libs to docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf41330..a084ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV COLORTERM=truecolor RUN apt-get update && apt-get -y upgrade -RUN apt-get install -y libpq-dev gcc xterm +RUN apt-get install -y libpq-dev gcc xterm postgresql-client postgresql-client-common RUN pip install pipenv From 6258881482f48727eba11dedfb1d091f71ac7a59 Mon Sep 17 00:00:00 2001 From: Mattia Procopio Date: Thu, 16 May 2024 08:56:21 +0200 Subject: [PATCH 2/2] Add pg-migration-config to ignored --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e793a92..f5436cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +pg-migration-config/ config.yaml *.log .DS_Store