We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9b446 commit fd37950Copy full SHA for fd37950
tests/Dockerfile.el9
@@ -55,6 +55,8 @@ WORKDIR /home/pgedge
55
RUN curl -fsSL https://pgedge-download.s3.amazonaws.com/REPO/install.py > /home/pgedge/install.py
56
RUN sudo -u pgedge python3 /home/pgedge/install.py
57
58
+WORKDIR /home/pgedge/pgedge
59
+# TODO see if this step can be avoided
60
RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
61
62
WORKDIR /home/pgedge/postgres
0 commit comments