From dc57a94416be5e5dacd35a92469382b9a0887365 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 3 Oct 2022 11:22:14 +0300 Subject: [PATCH] [WIFI-10581] Add: postgresql-client in Dockerfile Signed-off-by: Dmitry Dunaev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4662ad..c9e800e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,7 @@ RUN mkdir -p "$OWSEC_ROOT" "$OWSEC_CONFIG" && \ RUN apt-get update && apt-get install --no-install-recommends -y \ librdkafka++1 gosu gettext ca-certificates bash jq curl wget \ - libmariadb-dev-compat libpq5 unixodbc + libmariadb-dev-compat libpq5 unixodbc postgresql-client COPY readiness_check /readiness_check COPY test_scripts/curl/cli /cli