refactor: Update backend Dockerfile to use Alpine package names #10

Merged
mo merged 1 commits from ph4 into prod 2025-06-01 15:46:25 +02:00

View File

@ -12,8 +12,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
# Use apk for Alpine Linux instead of apt-get
RUN apk add --no-cache \
gcc \
build-essential \
libpq-dev \
build-base \
postgresql-dev \
curl
# Create non-root user