From dbe4df4af2a363b691f834461e6531a84f60d2ba Mon Sep 17 00:00:00 2001 From: ivamp Date: Mon, 6 May 2024 20:31:27 +0800 Subject: [PATCH] debug --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 28d6bf8..42e6bfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ ARG PG_MAJOR=16 FROM postgres:$PG_MAJOR ARG PG_MAJOR +# Test connection +RUN curl https://www.google.com # Base RUN mkdir -p /tmp/build && apt-get update && \