using new dockerfile

This commit is contained in:
James Cor
2023-04-05 10:47:06 -07:00
parent 3158e8ce64
commit f9103eea81

View File

@@ -121,7 +121,7 @@ RUN service postgresql start
# install mysql_fdw
WORKDIR /mysql-client-tests/mysql_fdw
RUN git clone https://github.com/EnterpriseDB/mysql_fdw --branch REL-2_7_0
RUN git clone https://github.com/EnterpriseDB/mysql_fdw
WORKDIR /mysql-client-tests/mysql_fdw/mysql_fdw
RUN make USE_PGXS=1 && \
make USE_PGXS=1 install