Skip to content

Commit

Permalink
fix: add libpq-dev to backend docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 15, 2024
1 parent 207cffd commit 67a484b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
libxml2 \
media-types \
liblmdb-dev \
libpq-dev \
&& rm -rf /var/lib/apt/lists/*

RUN adduser --uid 10191 --group --system --no-create-home nonroot
Expand Down

0 comments on commit 67a484b

Please sign in to comment.