From d4a23dc9daa52fb9e01f834d527a3a3c94884bb6 Mon Sep 17 00:00:00 2001 From: hekeguang Date: Sat, 11 Sep 2021 10:48:41 +0800 Subject: UUI needs to use integration-java 11:9.0.0 image. Issue-ID: USECASEUI-604 Change-Id: Iaf65c28738e31fd70705d5eeb7bbcb176d3d2673 Signed-off-by: hekeguang --- standalone/src/main/assembly/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/src/main/assembly/Dockerfile b/standalone/src/main/assembly/Dockerfile index 81e1e944..06c035c0 100644 --- a/standalone/src/main/assembly/Dockerfile +++ b/standalone/src/main/assembly/Dockerfile @@ -13,7 +13,7 @@ ENV PG_HOME=/usr/share/postgresql \ #Install PostgreSQL as user root, Common users do not have permission to perform the installation USER root -RUN apk update && apk add postgresql +RUN apk update && apk add postgresql && apk add bash # Adjust PostgreSQL configuration RUN cp ${PG_HOME}/pg_hba.conf.sample ${PG_HOME}/pg_hba.conf && \ -- cgit 1.2.3-korg