Skip to content

Commit

Permalink
psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Meyers committed May 5, 2024
1 parent de1a3e9 commit 4cd701f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Use an official Python runtime as a parent image
FROM python:3.12-slim

# Install PostgreSQL development packages
RUN apt-get update && apt-get install -y gcc libpq-dev

# Copy the current directory contents into the container at /app
COPY ./app /app

Expand Down

0 comments on commit 4cd701f

Please sign in to comment.