Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading