UUI needs to use integration-java 11:9.0.0 image. 35/124035/1 4.0.3
authorhekeguang <hekeguang@chinamobile.com>
Sat, 11 Sep 2021 02:48:41 +0000 (10:48 +0800)
committerhekeguang <hekeguang@chinamobile.com>
Sat, 11 Sep 2021 02:49:32 +0000 (10:49 +0800)
Issue-ID: USECASEUI-604
Change-Id: Iaf65c28738e31fd70705d5eeb7bbcb176d3d2673
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
standalone/src/main/assembly/Dockerfile

index 81e1e94..06c035c 100644 (file)
@@ -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 && \