4 lines
100 B
Docker
4 lines
100 B
Docker
|
FROM postgres:13-bullseye
|
||
|
|
||
|
RUN apt-get update && apt-get install -y postgresql-13-rum/bullseye-pgdg
|