Skip to content
Snippets Groups Projects
Commit 82a22f81 authored by Eva Bardou's avatar Eva Bardou Committed by Erwan Rouchet
Browse files

Cookiecutter: Retrieve CA from Teklia assets

parent c4ff8cc2
No related branches found
No related tags found
1 merge request!10Cookiecutter: Retrieve CA from Teklia assets
Pipeline #77881 passed
......@@ -7,7 +7,7 @@ ADD requirements.txt .
RUN pip install -r requirements.txt
# Add archi local CA
RUN curl https://wiki.teklia.com/teklia_dev_ca.pem > /usr/local/share/ca-certificates/arkindex-dev.crt && update-ca-certificates
RUN curl https://assets.teklia.com/teklia_dev_ca.pem > /usr/local/share/ca-certificates/arkindex-dev.crt && update-ca-certificates
ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
CMD ["python", "worker.py"]
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