DCD-1313: Remove Alpine package installation as we no longer build Alpine images.

This commit is contained in:
Steve Smith 2021-07-15 14:30:43 +10:00
parent c1659129e5
commit 5c9aa4169b

View File

@ -26,10 +26,10 @@ services:
- '8090:8090'
command: >
bash -c '
if grep -oh 'Alpine' < /etc/os-release ; then apk update && apk add netcat-openbsd; else apt-get update -y && apt-get install -y netcat; fi &&
/opt/atlassian/support/waitport postgresql 5432 &&
chown -R confluence.confluence /var/atlassian/application-data/confluence/ &&
/entrypoint.py
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
'
smoketests: