mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1313: Remove Alpine package installation as we no longer build Alpine images.
This commit is contained in:
parent
c1659129e5
commit
5c9aa4169b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user