Skip to content

Commit

Permalink
added data.ssb.no to list in no_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Mar 16, 2023
1 parent db13853 commit aa190bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN pip config set global.index http://pl-nexuspro-p.ssb.no:8081/repository/pypi

# Use proxy for https connections
ENV https_proxy=http://proxy.ssb.no:3128
ENV no_proxy=nexus.ssb.no,git-adm.ssb.no,i.test.ssb.no,i.ssb.no,github.com,api.github.com,codeload.github.com
ENV no_proxy=nexus.ssb.no,git-adm.ssb.no,i.test.ssb.no,i.ssb.no,data.ssb.no,github.com,api.github.com,codeload.github.com

# Pull and update ca-certificates
RUN mkdir "/usr/local/bin/start-notebook.d" && \
Expand Down

0 comments on commit aa190bd

Please sign in to comment.