From e51b36c41031a862ada070b88ddae8af0a6f21a7 Mon Sep 17 00:00:00 2001 From: faulty Date: Tue, 14 Feb 2023 13:18:06 +0100 Subject: [PATCH] i hate pg --- custom/invidious-db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/invidious-db/Dockerfile b/custom/invidious-db/Dockerfile index 2c95588..8b25f8b 100644 --- a/custom/invidious-db/Dockerfile +++ b/custom/invidious-db/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/postgres:14-bullseye +FROM docker.io/library/postgres:14 RUN apt update && apt install -y \ git