diff --git a/Dockerfile b/Dockerfile index dd558977..e357ae61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN pip install -U \ xmltodict \ rasterio \ attrs==19.1.0 \ - pyodm==1.5.2 \ + pyodm==1.5.2b1 \ Pillow RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL diff --git a/configure.sh b/configure.sh index 7520d63a..ad84e24f 100755 --- a/configure.sh +++ b/configure.sh @@ -80,7 +80,7 @@ install() { repoze.lru \ rasterio \ attrs==19.1.0 \ - pyodm==1.5.2 \ + pyodm==1.5.2b1 \ Pillow # Fix: /usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. diff --git a/portable.Dockerfile b/portable.Dockerfile index f8e53531..d8189f21 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -76,7 +76,7 @@ RUN pip install -U \ xmltodict \ rasterio \ attrs==19.1.0 \ - pyodm==1.5.2 \ + pyodm==1.5.2b1 \ Pillow RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL