Skip to content
Snippets Groups Projects
Commit 3929d33a authored by Eva Bardou's avatar Eva Bardou Committed by Bastien Abadie
Browse files

Add our own CA certificate to reach dev servers

parent e50c3d93
No related branches found
No related tags found
1 merge request!4Add our own CA certificate to reach dev servers
Pipeline #77853 passed
......@@ -6,4 +6,8 @@ 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
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