Skip to content

Commit

Permalink
Adding missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
camerongraybill committed Sep 15, 2024
1 parent 775d8f8 commit e764614
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
@@ -1,5 +1,7 @@
FROM python:3.12-alpine AS just-python
RUN apk upgrade --no-cache
# Needed for both build and deploy
RUN apk add --no-cache libpq

FROM just-python AS build-image
# build-only deps
Expand Down

0 comments on commit e764614

Please sign in to comment.