Closed Tommi2Day closed 7 months ago
Hi @Tommi2Day, did you check the Dockerfile in the extension repository? It builds several docker images, including pg16 last month.
https://github.com/ng-galien/pldebugger/tree/print-vars/docker
https://github.com/ng-galien/pldebugger/actions/runs/8400004388
Oh, i wasnt aware of it. Means the docker directory in this project will be dropped if released for IJ 2024.1?
in the mean time i created an enhanced version with more extensions here: https://github.com/Tommi2Day/postgresql-debugger
Yes, I will keep only one Dockerfile in the debugger repo. It will be great if my build can benefit from your enhancements.
OK, i will then close this issue as is not related anymore to this project.
You may take whatever you want from my project.(https://github.com/Tommi2Day/postgresql-debugger). I rewrote your docker to archive:
extensions
with individual get and build commands and needed additional development packages as text list, esp. password policy extension and your pldebugger
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior docker build runs without errors
possible solution Add pkg-config and libicu-dev to the apt install/purge commands in Dockerfile