We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aacef2 commit c19907cCopy full SHA for c19907c
docker/Dockerfile
@@ -20,7 +20,7 @@ EXPOSE 8000
20
# Get pip to download and install requirements:
21
RUN python -m pip install --upgrade pip
22
RUN pip install uwsgi
23
-RUN pip install -e git+https://jugit.fz-juelich.de/iek-10/public/ict-platform/fiware-applications/[email protected]#egg=jsonschemaparser
+RUN pip install git+https://jugit.fz-juelich.de/iek-10/public/ict-platform/fiware-applications/[email protected]#egg=jsonschemaparser
24
RUN pip install --no-cache-dir -r ./requirements.txt
25
26
# Runner script here
0 commit comments