Skip to content

Commit c19907c

Browse files
authored
fix(entirety): image build error
1 parent 5aacef2 commit c19907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EXPOSE 8000
2020
# Get pip to download and install requirements:
2121
RUN python -m pip install --upgrade pip
2222
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
23+
RUN pip install git+https://jugit.fz-juelich.de/iek-10/public/ict-platform/fiware-applications/[email protected]#egg=jsonschemaparser
2424
RUN pip install --no-cache-dir -r ./requirements.txt
2525

2626
# Runner script here

0 commit comments

Comments
 (0)