debug
This commit is contained in:
parent
15065db1ab
commit
dbe4df4af2
@ -2,6 +2,8 @@ ARG PG_MAJOR=16
|
|||||||
FROM postgres:$PG_MAJOR
|
FROM postgres:$PG_MAJOR
|
||||||
ARG PG_MAJOR
|
ARG PG_MAJOR
|
||||||
|
|
||||||
|
# Test connection
|
||||||
|
RUN curl https://www.google.com
|
||||||
|
|
||||||
# Base
|
# Base
|
||||||
RUN mkdir -p /tmp/build && apt-get update && \
|
RUN mkdir -p /tmp/build && apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user