Skip to content

Commit

Permalink
Improve dockerfile (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
erplsf authored May 16, 2024
2 parents f72ae3e + 6258881 commit d6dbbfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pg-migration-config/
config.yaml
*.log
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d6dbbfc

Please sign in to comment.