2 lines
79 B
Docker
2 lines
79 B
Docker
FROM postgres:16
|
|
RUN apt update; apt upgrade -y; apt install postgresql-16-rum; |