aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2021-09-11 10:48:41 +0800
committerhekeguang <hekeguang@chinamobile.com>2021-09-11 10:49:32 +0800
commitd4a23dc9daa52fb9e01f834d527a3a3c94884bb6 (patch)
treea7bbff2adb3987e41e587f51e09b2f2b8dd0839f
parent2b484d866c4f6da6aa9caaed201923e52faab2d2 (diff)
UUI needs to use integration-java 11:9.0.0 image.4.0.3
Issue-ID: USECASEUI-604 Change-Id: Iaf65c28738e31fd70705d5eeb7bbcb176d3d2673 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r--standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 && \