lab-development-ib/.devcontainer/Dockerfile

4 lines
148 B
Docker

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