Skip to content

Commit

Permalink
added apt-get update to obable Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Apr 25, 2019
1 parent cfa4af6 commit f85c524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-obabel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER root

# Copy the obabel pipeline implementation into the image
COPY src/python /opt/python-obabel
RUN apt-get install -y --no-install-recommends python-setuptools gzip python-pip && pip install -e /opt/python-obabel
RUN apt-get update && apt-get install -y --no-install-recommends python-setuptools gzip python-pip && pip install -e /opt/python-obabel
# And the pip packages including pipeline-utilities and im-pipelines-utils-rdkit
RUN pip install im-pipelines-utils==2.2.* im-pipelines-utils-rdkit==1.4.*

Expand Down

0 comments on commit f85c524

Please sign in to comment.