Skip to content

Commit

Permalink
adding "postgresql-libs" to ensure the "libpq.so.5" library is added
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 13, 2024
1 parent dda2860 commit 3d2bf6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN git config --global --add safe.directory /${appname} && COMMIT=`git rev-pars
# Final stage
FROM base

RUN yum install -y postgresql-libs

COPY --from=builder /${appname} /${appname}

# Switch to non-root user 'gen3' for the serving process
Expand Down

0 comments on commit 3d2bf6a

Please sign in to comment.