FROM mcr.microsoft.com/devcontainers/go:1-1.24-bookworm
# PostgreSQL-Client installieren
RUN apt-get update && apt-get install -y postgresql-client