Skip to content

Commit

Permalink
Add missing dep to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Feb 22, 2023
1 parent e5533a0 commit 12f110f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ RUN apt-get update && \
"libpq-dev" \
"libxmlsec1" \
"libxmlsec1-dev" \
"libffi-dev" \
"pkg-config" \
&& \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 12f110f

Please sign in to comment.