Commit 7be161cd authored by George Papathanail's avatar George Papathanail
Browse files

Edit Dockerfile

parent 2985c144
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ RUN pip3 install --upgrade pip

RUN pip3 install wheel --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org

RUN pip3 install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org --no-cache-dir -r requirements.txt
RUN pip3 install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org --no-cache-dir -r requirements.txt --extra-index-url https://labs.etsi.org/rep/api/v4/projects/396/packages/pypi/simple --trusted-host labs.etsi.org

COPY . /usr/src/app