1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-15 12:29:51 +02:00

rebuild for postgres 12

This commit is contained in:
Andrew Dolgov 2020-10-01 11:44:40 +03:00
parent e43e239e34
commit 4d0dfc8083
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
FROM postgres:11
FROM postgres:12
EXPOSE 5432
RUN apt-get update
RUN apt-get -y install git libpq-dev postgresql-server-dev-11
RUN apt-get -y install git libpq-dev postgresql-server-dev-12
RUN apt-get -y install gcc make
COPY init-count-bits.sh /docker-entrypoint-initdb.d/