瀏覽代碼

added curl, unzip, geopandas & xlrd

Fabian Peter Hammerle 4 年之前
父節點
當前提交
ebd41a5aef
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      Dockerfile

+ 11 - 0
Dockerfile

@@ -23,6 +23,17 @@ RUN apt-get update \
         r-cran-lubridate \
         r-cran-xml2
 
+# TODO merge
+RUN apt-get update \
+    && apt-get install --yes --no-install-recommends \
+        curl \
+        python3-geopandas \
+        python3-xlrd \
+        unzip
+RUN apt-get update \
+    && apt-get install --yes --no-install-recommends \
+        python3-distutils `# pyproj`
+
 RUN useradd --create-home --groups staff notebook
 USER notebook