Skip to content

Commit

Permalink
Remove libpq-dev from bootstrap Dockerfile (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv authored Jan 23, 2024
1 parent 10cb8df commit 96de370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update \
curl \
git \
gnupg \
libpq-dev \
software-properties-common \
&& curl https://apt.releases.hashicorp.com/gpg | gpg --dearmor > /usr/share/keyrings/hashicorp-archive-keyring.gpg \
&& gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprint \
Expand Down

0 comments on commit 96de370

Please sign in to comment.