Commit graph

3 commits

Author SHA1 Message Date
5537830592 Update Dockerfile to configure PostgreSQL repository and client
Replaced Debian's PostgreSQL client with version 17 and added the PostgreSQL apt repository for more control over versions. Switched from `apt` to `apt-get` for consistency, and included necessary dependencies like `wget` and `gnupg` for repository setup.
2025-05-07 03:57:15 +03:00
5295948b8c Add postgresql-client to Dockerfile dependencies
The addition of `postgresql-client` ensures tools relying on PostgreSQL are available within the container. This change improves compatibility with PostgreSQL-based workflows and resolves potential missing dependencies.
2025-05-07 03:20:30 +03:00
68febcdb08 Initial Commit 2025-04-29 22:40:30 +03:00