Skip to content

Commit

Permalink
Add python3-wxgtk deb package in the Dockerfile (#243)
Browse files Browse the repository at this point in the history
Minor sync to master

This main Dockerfile should support maximum of features and include majority of dependencies.
  • Loading branch information
tmszi authored and neteler committed Dec 12, 2019
1 parent 2ac2acf commit 568763a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Dockerfile
Expand Up @@ -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

Expand Down Expand Up @@ -43,18 +43,22 @@ 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 \
python3-wxgtk4.0 \
sqlite3 \
subversion \
unixodbc-dev \
Expand Down

0 comments on commit 568763a

Please sign in to comment.