Skip to content

Commit

Permalink
Fix psycopg2 instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 2, 2023
1 parent 4050ffb commit bdefd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
--mount=type=cache,target=/var/cache,sharing=locked \
. /etc/os-release \
&& apt-get update \
&& apt-get install --assume-yes --no-install-recommends curl gnupg \
&& apt-get install --assume-yes --no-install-recommends curl gnupg libpq-dev \
&& echo "deb https://deb.nodesource.com/node_16.x ${VERSION_CODENAME} main" > /etc/apt/sources.list.d/nodesource.list \
&& curl --silent https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& apt-get update \
Expand Down

0 comments on commit bdefd9e

Please sign in to comment.