We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b837ae commit d48bc0aCopy full SHA for d48bc0a
Dockerfile
@@ -7,7 +7,7 @@ RUN pip install -r requirements.txt
7
RUN pip install setuptools --upgrade --disable-pip-version-check
8
RUN pip install argschema --upgrade --disable-pip-version-check
9
RUN pip install jupyter
10
-RUN apt-get install libspatialindex-dev -y
+RUN apt-get update && apt-get install libspatialindex-dev -y
11
RUN conda install nomkl
12
COPY . /usr/local/render-python-apps
13
0 commit comments