mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Fix functional ubi tests
This commit is contained in:
parent
86697420f4
commit
4ba7a502bb
@ -26,7 +26,7 @@ services:
|
||||
- '8090:8090'
|
||||
command: >
|
||||
bash -c '
|
||||
apt-get update -y && apt-get install -y netcat &&
|
||||
command -v microdnf &> /dev/null && microdnf install -y nmap || { apt-get update -y && apt-get install -y netcat; } &&
|
||||
/opt/atlassian/support/waitport postgresql 5432 &&
|
||||
chown -R confluence.confluence /var/atlassian/application-data/confluence/ &&
|
||||
/entrypoint.py
|
||||
|
Loading…
Reference in New Issue
Block a user