Skip to content

Commit

Permalink
Adding postgres client
Browse files Browse the repository at this point in the history
  • Loading branch information
nikriek authored Mar 5, 2020
1 parent 92111c8 commit d7f3c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apt-get update
RUN apt-get install -y \
curl \
unzip \
git-crypt
git-crypt \
postgresql-client

# install tflint
RUN curl -L -o /tmp/tflint.zip https://github.com/terraform-linters/tflint/releases/download/v0.14.0/tflint_linux_amd64.zip
Expand Down

0 comments on commit d7f3c65

Please sign in to comment.