add psql client

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-06 00:28:58 +02:00
parent d8ba4a1a40
commit 8213c89641
+1
View File
@@ -69,6 +69,7 @@ RUN --mount=type=bind,from=builder,source=/buildtmp/vendor/output,target=/build
apache2 \
gnupg2 \
memcached \
postgresql-client \
&& \
case "${TARGETPLATFORM}" in \
'linux/amd64') export ARCH='linux-x64' ;; \