unclev / prosody-docker-extended

Docker image building system for the Prosody XMPP server with Community Modules and telnet console
MIT License
25 stars 9 forks source link

Fix adding prosody-migrator in master when applicable #12

Closed unclev closed 5 years ago

unclev commented 5 years ago

RUN test "${PROSODY_VERSION}" = "-0.10" -o "${PROSODY_VERSION}" = "-trunk" && PROSODY_MIGRATOR="prosody-migrator${PROSODY_VERSION}" || true does not work as expected, and does not support -0.11 nightly builds.