Files
FamilyHUB/infra/postgres/Dockerfile
T
admin 0bedc8d508
Build and Deploy / build-and-deploy (push) Successful in 37s
added k8s manifests, removed webhook server
2026-05-23 13:40:44 +03:00

6 lines
145 B
Docker

FROM postgres:16
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-16-cron \
&& rm -rf /var/lib/apt/lists/*