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 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