Update docker test configuration.

This commit is contained in:
evazion
2020-06-07 17:14:41 -05:00
parent aa9d34a3f0
commit 6d78d22571
11 changed files with 124 additions and 187 deletions

View File

@@ -0,0 +1,7 @@
FROM postgres:latest
RUN apt-get update && apt-get -y install build-essential git postgresql-server-dev-all
RUN rm -rf /test_parser
WORKDIR /test_parser
RUN git clone https://github.com/r888888888/test_parser . && make install