Skip to content
Snippets Groups Projects
Commit 5c78b567 authored by Pierre Tysebaert-Plagne's avatar Pierre Tysebaert-Plagne
Browse files

Ajout d'un trustd-host dans le pip install du Dockerfile

parent 9fdfb88b
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,9 @@ COPY --from=builder /install/dans /usr/local ...@@ -165,7 +165,9 @@ COPY --from=builder /install/dans /usr/local
RUN --mount=type=secret,id=proxy_http_cnes --mount=type=secret,id=proxy_https_cnes \ RUN --mount=type=secret,id=proxy_http_cnes --mount=type=secret,id=proxy_https_cnes \
export http_proxy=$(cat /run/secrets/proxy_http_cnes) && \ export http_proxy=$(cat /run/secrets/proxy_http_cnes) && \
export https_proxy=$(cat /run/secrets/proxy_https_cnes) && \ export https_proxy=$(cat /run/secrets/proxy_https_cnes) && \
pip3 install --no-cache-dir \ pip3 install \
--trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org \
--no-cache-dir \
numpy \ numpy \
scipy \ scipy \
shapely \ shapely \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment