From e3766762eefc2ef1c4a7f7c0c4933ddfc2f8f3df Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 11 Nov 2017 01:02:05 +0100 Subject: [PATCH] Fix dockerfile dependency. Resolve #1510. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c231f2a733..27af6b2a3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN apk update && apk add python py-pip python-dev py-setuptools gcc musl-dev jp ADD . /usr/src/evennia # install dependencies -RUN pip install -e /usr/src/evennia --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org +RUN pip install -e /usr/src/evennia --trusted-host pypi.python.org # add the game source when rebuilding a new docker image from inside # a game dir