FROM python:3.11.8-alpine

# Dev depedencies
RUN apk add --no-cache git

# Prod depedencies
RUN pip install flask psycopg2-binary sqlalchemy