diff options
author | hekeguang <hekeguang@chinamobile.com> | 2021-09-11 10:48:41 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2021-09-11 10:49:32 +0800 |
commit | d4a23dc9daa52fb9e01f834d527a3a3c94884bb6 (patch) | |
tree | a7bbff2adb3987e41e587f51e09b2f2b8dd0839f /standalone/src | |
parent | 2b484d866c4f6da6aa9caaed201923e52faab2d2 (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>
Diffstat (limited to 'standalone/src')
-rw-r--r-- | standalone/src/main/assembly/Dockerfile | 2 |
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 && \ |