Open corneliusroemer opened 1 month ago
You can create a new docker image based on the standard docker image that installs one of the .deb packages from the release page. That would be the easiest way.
I improved the README and added a docker/plprql.Dockerfile that you can use as inspiration.
I have built RPM and DED packages for plprql and provided repositories for yum (EL8/EL9) and apt (Debian 12 / Ubuntu 22.04).
How do I enable the plprql extension in postgres? Do I really need to run all these commands listed in the readme, installing all sorts of packages in ubuntu?
How can I add it to the standard docker image of postgres?
How do I enable the plprql extension in postgres? Do I really need to run all these commands listed in the readme, installing all sorts of packages in ubuntu?
How can I add it to the standard docker image of postgres?