Skip to content

Commit d48bc0a

Browse files
committed
adding an apt-get update
1 parent 2b837ae commit d48bc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN pip install -r requirements.txt
77
RUN pip install setuptools --upgrade --disable-pip-version-check
88
RUN pip install argschema --upgrade --disable-pip-version-check
99
RUN pip install jupyter
10-
RUN apt-get install libspatialindex-dev -y
10+
RUN apt-get update && apt-get install libspatialindex-dev -y
1111
RUN conda install nomkl
1212
COPY . /usr/local/render-python-apps
1313

0 commit comments

Comments
 (0)