Browse Source

update Python 3 dependencies (#79)

Markus Neteler 5 years ago
parent
commit
fd822f9d7e
1 changed files with 10 additions and 7 deletions
  1. 10 7
      Dockerfile

+ 10 - 7
Dockerfile

@@ -2,7 +2,7 @@ FROM ubuntu:18.04
 
 LABEL authors="Vaclav Petras,Markus Neteler"
 LABEL maintainer="wenzeslaus@gmail.com,neteler@osgeo.org"
- 
+
 # system environment
 ENV DEBIAN_FRONTEND noninteractive
 
@@ -43,18 +43,21 @@ RUN apt-get update \
         g++ \
         gettext \
         gdal-bin \
+        language-pack-en-base \
         libfftw3-bin \
         make \
         ncurses-bin \
         netcdf-bin \
         proj-bin \
         proj-data \
-        python \
-        python-dev \
-        python-numpy \
-        python-pil \
-        python-ply \
-        python-six \
+        python3 \
+        python3-dateutil \
+        python3-dev \
+        python3-numpy \
+        python3-pil \
+        python3-pip \
+        python3-ply \
+        python3-six \
         sqlite3 \
         subversion \
         unixodbc-dev \