mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Add cacert to .curlrc in home directory
Specify `cacert=/etc/ssl/certs/ca-certificates.crt` in `/home/$NB_USER/.curlrc` so curl can locate the certificates.
This commit is contained in:
@@ -63,7 +63,8 @@ USER jovyan
|
||||
# Setup jovyan home directory
|
||||
RUN mkdir /home/$NB_USER/work && \
|
||||
mkdir /home/$NB_USER/.jupyter && \
|
||||
mkdir /home/$NB_USER/.local
|
||||
mkdir /home/$NB_USER/.local && \
|
||||
echo "cacert=/etc/ssl/certs/ca-certificates.crt" > /home/$NB_USER/.curlrc
|
||||
|
||||
# Install conda as jovyan
|
||||
RUN cd /tmp && \
|
||||
|
Reference in New Issue
Block a user