twiecki / pydata_docker_jupyterhub

Docker container with a PyData stack and JupyterHub server
https://registry.hub.docker.com/u/twiecki/pydata-docker-jupyterhub/
Apache License 2.0
37 stars 18 forks source link

problems with libssl #3

Open markns opened 9 years ago

markns commented 9 years ago

Hi, I was running into issues with conda update corrupting the libssl installation. There was an error about missing hexdump, so I installed bsdmainutils: RUN apt-get update && apt-get upgrade -y && apt-get install -y wget libsm6 libxrender1 libfontconfig1 bsdmainutils ... which seems to have fixed the problem. I'd send a patch, but it's a bit tricky from my work.

twiecki commented 9 years ago

hadn't run into that problem myself but certainly would appreciate a PR on that.