mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-21 23:21:26 +01:00
Fix issue when query psql cli failed on more command
Signed-off-by: stonezdj <stonezdj@gmail.com>
This commit is contained in:
parent
35f3346948
commit
8c37b0877a
@ -14,6 +14,8 @@ RUN tdnf install -y shadow gzip postgresql >> /dev/null\
|
||||
&& sed -i "s|#unix_socket_directories = '/tmp'.*|unix_socket_directories = '/run/postgresql'|g" /usr/share/postgresql/postgresql.conf.sample \
|
||||
&& tdnf clean all
|
||||
|
||||
RUN tdnf erase -y toybox && tdnf install -y util-linux
|
||||
|
||||
VOLUME /var/lib/postgresql/data
|
||||
|
||||
ADD ./make/photon/db/docker-entrypoint.sh /entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user