Skip to content

Commit

Permalink
Add 'libpq-dev' to production.Dockerfile (#6610)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoiaquinti authored Oct 22, 2021
1 parent 6f7c116 commit 8d21741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# install base dependencies, including node & yarn; remove unneeded build deps
RUN apt-get update \
&& apt-get install -y --no-install-recommends 'curl=7.*' 'git=1:2.*' 'build-essential=12.*' \
&& apt-get install -y --no-install-recommends 'curl=7.*' 'git=1:2.*' 'build-essential=12.*' 'libpq-dev=13.*' \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y --no-install-recommends 'nodejs=14.*' \
&& npm install -g yarn@1 \
Expand Down

0 comments on commit 8d21741

Please sign in to comment.