docker: bullseye includes Postgres 13, does not have 12 (it seems)
This commit is contained in:
parent
2b21fcfc30
commit
3f8fe71762
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue