From d79aba411aa127c111eb213ba2cd209cc2855278 Mon Sep 17 00:00:00 2001 From: Jane Skvortsova Date: Thu, 20 Mar 2025 11:11:45 +1100 Subject: [PATCH] Add psql and proxychains4 --- base/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/Dockerfile b/base/Dockerfile index 04ed857..4d2b6aa 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -41,6 +41,9 @@ RUN sed -i 's#/archive.ubuntu.com#/au.archive.ubuntu.com#g' /etc/apt/sources.lis nano \ emacs \ screen \ + # PostgreSQL client (proxychains is required for psql to work with Tailscale proxy) + postgresql-client \ + proxychains4 \ # --- NVIDIA based utils --- nvtop \ # --- infiniband verbs are required for GPU-GPU commms --