diff --git a/mumble-web/Dockerfile b/mumble-web/Dockerfile index cca7871..39f88cc 100644 --- a/mumble-web/Dockerfile +++ b/mumble-web/Dockerfile @@ -15,5 +15,5 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* RUN pip install Pillow zeroc-ice -RUN cd /usr/src && hg clone http://bitbucket.org/Svedrin/mumble-django && mv mumble-django app +RUN cd /usr/src && hg clone https://bitbucket.org/Svedrin/mumble-django && mv mumble-django app RUN cd /usr/src/app && hg update stable