diff --git a/func-tests/docker-compose.yml b/func-tests/docker-compose.yml index 4bcfecd..dd36092 100644 --- a/func-tests/docker-compose.yml +++ b/func-tests/docker-compose.yml @@ -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