Skip to content

Commit

Permalink
Update zlib in docker image
Browse files Browse the repository at this point in the history
Something changed earlier today that caused shared library problems while loading openbabel in our builds. This appears to fix it.
  • Loading branch information
avirshup committed Aug 25, 2017
1 parent c232bca commit 683f6ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DockerMakefiles/DockerMake.yml
Expand Up @@ -100,9 +100,14 @@ deploybase:
miniconda:
FROM: continuumio/miniconda3:4.3.11
build: |
RUN conda install -c anaconda zlib
miniconda_py2:
FROM: continuumio/miniconda:4.3.11
build: |
RUN conda install -c anaconda zlib
deploy_requirements:
Expand Down

0 comments on commit 683f6ad

Please sign in to comment.