perf: add pg client

This commit is contained in:
ibuler 2025-07-01 16:08:13 +08:00 committed by 老广
parent 05c6272d7e
commit 276fd928a7

View File

@ -13,6 +13,7 @@ ARG TOOLS=" \
nmap \
telnet \
vim \
postgresql-client-13 \
wget"
RUN set -ex \