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 --