mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-24 16:41:25 +01:00
Fix build db base image symlink error (#18673)
Fix #18672 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
parent
f2fc0f6a99
commit
cb8a3d0c74
@ -2,7 +2,8 @@ FROM photon:4.0
|
||||
|
||||
ENV PGDATA /var/lib/postgresql/data
|
||||
|
||||
RUN tdnf install -y shadow gzip postgresql13 postgresql findutils bc >> /dev/null \
|
||||
RUN tdnf install -y postgresql13 >> /dev/null
|
||||
RUN tdnf install -y shadow gzip postgresql findutils bc >> /dev/null \
|
||||
&& groupadd -r postgres --gid=999 \
|
||||
&& useradd -m -r -g postgres --uid=999 postgres \
|
||||
&& mkdir -p /docker-entrypoint-initdb.d \
|
||||
|
Loading…
Reference in New Issue
Block a user