Skip to content

Commit f85c524

Browse files
committed
added apt-get update to obable Dockerfile
1 parent cfa4af6 commit f85c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-obabel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USER root
99

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

0 commit comments

Comments
 (0)