This commit is contained in:
ivamp 2024-05-06 20:31:27 +08:00
parent 15065db1ab
commit dbe4df4af2

View File

@ -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 && \