docker: remove Postgres Dockerfile.

This now lives in the https://github.com/danbooru/danbooru-infrastructure
repository.
This commit is contained in:
evazion
2021-10-14 02:11:37 -05:00
parent d50cfdb856
commit 7dc885f216

View File

@@ -1,5 +0,0 @@
FROM postgres:13.1
WORKDIR /test_parser
RUN apt-get update && apt-get -y install --no-install-recommends build-essential ca-certificates git postgresql-server-dev-all
RUN git clone https://github.com/r888888888/test_parser . && make install