docker: bullseye includes Postgres 13, does not have 12 (it seems)

This commit is contained in:
Bradley M. Kuhn 2021-08-09 18:05:05 -07:00
parent 2b21fcfc30
commit 3f8fe71762

View file

@ -5,4 +5,4 @@ set -e
apt-get update && apt-get install gcc g++ make && \ apt-get update && apt-get install gcc g++ make && \
apt install git postgresql-12 libpq-dev libjemalloc-dev libvips42 yarn -yy apt install git postgresql-13 libpq-dev libjemalloc-dev libvips42 yarn -yy